Html Css Color HEX #BD830A Dark Goldenrod

📋 copy color: '#BD830A'

red 189 ◦ green 131 ◦ blue 10

#BD830A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #BD830A

Tints of Dark Goldenrod #BD830A

RGB

 RED value IS 189 (74.22% from 255) = 57.27%

 GREEN value IS 131 (51.56% from 255) = 39.7%

 BLUE value IS 10 (4.3% from 255) = 3.03%

R = 57.27%
G = 39.7%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD830A (or 0xBD830A) is known color: Dark Goldenrod. HEX triplet: BD, 83 and 0A. RGB value is (189,131,10). Sum of RGB (Red+Green+Blue) = 189+131+10=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD830A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD830A is #427CF5. Grayscale: #878787. Windows color (decimal): -4357366 or 689085. OLE color: 689085.

HSL color Cylindrical-coordinate representation of color #BD830A: hue angle of 40.56º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD830A is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 131 10 -
CMYK 0 0.31 0.95 0.26
HSL 40.56º 0.9% 0.39% -
HSV(B) 40.56º 0.95% 0.74% -
XYZ 29.16 27.07 3.98 -
YUV 134.55 57.72 166.84 -
System Red Green Blue C M Y K H S L
Decimal 189 131 10 0 0.31 0.95 0.26 40.56 0.9 0.39
Hex BD 83 A 0 1F 5F 1A 29 5A 27
Octal 275 203 12 0 37 137 32 51 132 47
Binary 10111101 10000011 1010 0 11111 1011111 11010 101001 1011010 100111

Color Harmonies of #BD830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD830A

Black with #BD830A

Text Example


Text Example

White with #BD830A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD830A; }

 p { color: rgb(189,131,10); }

 H1.HeaderClassName
 {
   color: #BD830A;
 }
 .AnyTagClassName
 {
   color: #BD830A;
 }
</style>

background-color css

<style>
 a { background-color: #BD830A; }

 a { background-color: rgb(189,131,10); }

 div.DivClassName
 {
   background-color: #BD830A;
 }
 .BgClassName
 {
   background-color: #BD830A;
 }
</style>

border-color css

<style>
 span { border-color: #BD830A; }

 span { border-color: rgb(189,131,10); }

 td.TdClassName
 {
   border-color: #BD830A;
 }
 .TagClassName
 {
   border-color: #BD830A;
 }
</style>