Html Css Color HEX #B9830B Dark Goldenrod

📋 copy color: '#B9830B'

red 185 ◦ green 131 ◦ blue 11

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

Shades of Dark Goldenrod #B9830B

Tints of Dark Goldenrod #B9830B

RGB

 RED value IS 185 (72.66% from 255) = 56.57%

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

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

R = 56.57%
G = 40.06%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9830B (or 0xB9830B) is known color: Dark Goldenrod. HEX triplet: B9, 83 and 0B. RGB value is (185,131,11). Sum of RGB (Red+Green+Blue) = 185+131+11=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B9830B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9830B is #467CF4. Grayscale: #868686. Windows color (decimal): -4619509 or 754617. OLE color: 754617.

HSL color Cylindrical-coordinate representation of color #B9830B: hue angle of 41.38º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9830B is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 131 11 -
CMYK 0 0.29 0.94 0.27
HSL 41.38º 0.89% 0.38% -
HSV(B) 41.38º 0.94% 0.73% -
XYZ 28.18 26.57 3.96 -
YUV 133.47 58.89 164.76 -
System Red Green Blue C M Y K H S L
Decimal 185 131 11 0 0.29 0.94 0.27 41.38 0.89 0.38
Hex B9 83 B 0 1D 5E 1B 29 59 26
Octal 271 203 13 0 35 136 33 51 131 46
Binary 10111001 10000011 1011 0 11101 1011110 11011 101001 1011001 100110

Color Harmonies of #B9830B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9830B

Black with #B9830B

Text Example


Text Example

White with #B9830B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9830B; }

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

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

background-color css

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

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

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

border-color css

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

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

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