Html Css Color HEX #B9831A Dark Goldenrod

📋 copy color: '#B9831A'

red 185 ◦ green 131 ◦ blue 26

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

Shades of Dark Goldenrod #B9831A

Tints of Dark Goldenrod #B9831A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.6%

R = 54.09%
G = 38.3%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9831A (or 0xB9831A) is known color: Dark Goldenrod. HEX triplet: B9, 83 and 1A. RGB value is (185,131,26). Sum of RGB (Red+Green+Blue) = 185+131+26=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B9831A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9831A is #467CE5. Grayscale: #878787. Windows color (decimal): -4619494 or 1737657. OLE color: 1737657.

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

Color convert

RGB 185 131 26 -
CMYK 0 0.29 0.86 0.27
HSL 39.62º 0.75% 0.41% -
HSV(B) 39.62º 0.86% 0.73% -
XYZ 28.31 26.62 4.62 -
YUV 135.18 66.39 163.54 -
System Red Green Blue C M Y K H S L
Decimal 185 131 26 0 0.29 0.86 0.27 39.62 0.75 0.41
Hex B9 83 1A 0 1D 56 1B 28 4B 29
Octal 271 203 32 0 35 126 33 50 113 51
Binary 10111001 10000011 11010 0 11101 1010110 11011 101000 1001011 101001

Color Harmonies of #B9831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9831A

Black with #B9831A

Text Example


Text Example

White with #B9831A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9831A; }

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

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

background-color css

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

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

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

border-color css

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

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

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