Html Css Color HEX #B8871A Dark Goldenrod

📋 copy color: '#B8871A'

red 184 ◦ green 135 ◦ blue 26

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

Shades of Dark Goldenrod #B8871A

Tints of Dark Goldenrod #B8871A

RGB

 RED value IS 184 (72.27% from 255) = 53.33%

 GREEN value IS 135 (53.13% from 255) = 39.13%

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

R = 53.33%
G = 39.13%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B8871A (or 0xB8871A) is known color: Dark Goldenrod. HEX triplet: B8, 87 and 1A. RGB value is (184,135,26). Sum of RGB (Red+Green+Blue) = 184+135+26=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B8871A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8871A is #4778E5. Grayscale: #898989. Windows color (decimal): -4684006 or 1738680. OLE color: 1738680.

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

Color convert

RGB 184 135 26 -
CMYK 0 0.27 0.86 0.28
HSL 41.39º 0.75% 0.41% -
HSV(B) 41.39º 0.86% 0.72% -
XYZ 28.62 27.59 4.79 -
YUV 137.23 65.23 161.36 -
System Red Green Blue C M Y K H S L
Decimal 184 135 26 0 0.27 0.86 0.28 41.39 0.75 0.41
Hex B8 87 1A 0 1B 56 1C 29 4B 29
Octal 270 207 32 0 33 126 34 51 113 51
Binary 10111000 10000111 11010 0 11011 1010110 11100 101001 1001011 101001

Color Harmonies of #B8871A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8871A

Black with #B8871A

Text Example


Text Example

White with #B8871A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8871A; }

 p { color: rgb(184,135,26); }

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

background-color css

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

 a { background-color: rgb(184,135,26); }

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

border-color css

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

 span { border-color: rgb(184,135,26); }

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