Html Css Color HEX #BD830B Dark Goldenrod

📋 copy color: '#BD830B'

red 189 ◦ green 131 ◦ blue 11

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

Shades of Dark Goldenrod #BD830B

Tints of Dark Goldenrod #BD830B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.32%

R = 57.1%
G = 39.58%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD830B (or 0xBD830B) is known color: Dark Goldenrod. HEX triplet: BD, 83 and 0B. RGB value is (189,131,11). Sum of RGB (Red+Green+Blue) = 189+131+11=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD830B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD830B is #427CF4. Grayscale: #878787. Windows color (decimal): -4357365 or 754621. OLE color: 754621.

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

Color convert

RGB 189 131 11 -
CMYK 0 0.31 0.94 0.26
HSL 40.45º 0.89% 0.39% -
HSV(B) 40.45º 0.94% 0.74% -
XYZ 29.16 27.08 4.01 -
YUV 134.66 58.22 166.76 -
System Red Green Blue C M Y K H S L
Decimal 189 131 11 0 0.31 0.94 0.26 40.45 0.89 0.39
Hex BD 83 B 0 1F 5E 1A 28 59 27
Octal 275 203 13 0 37 136 32 50 131 47
Binary 10111101 10000011 1011 0 11111 1011110 11010 101000 1011001 100111

Color Harmonies of #BD830B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD830B

Black with #BD830B

Text Example


Text Example

White with #BD830B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD830B; }

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

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

background-color css

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

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

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

border-color css

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

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

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