Html Css Color HEX #BB871A Dark Goldenrod

📋 copy color: '#BB871A'

red 187 ◦ green 135 ◦ blue 26

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

Shades of Dark Goldenrod #BB871A

Tints of Dark Goldenrod #BB871A

RGB

 RED value IS 187 (73.44% from 255) = 53.74%

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

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

R = 53.74%
G = 38.79%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB871A (or 0xBB871A) is known color: Dark Goldenrod. HEX triplet: BB, 87 and 1A. RGB value is (187,135,26). Sum of RGB (Red+Green+Blue) = 187+135+26=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB871A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB871A is #4478E5. Grayscale: #8A8A8A. Windows color (decimal): -4487398 or 1738683. OLE color: 1738683.

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

Color convert

RGB 187 135 26 -
CMYK 0 0.28 0.86 0.27
HSL 40.62º 0.76% 0.42% -
HSV(B) 40.62º 0.86% 0.73% -
XYZ 29.34 27.97 4.83 -
YUV 138.12 64.73 162.86 -
System Red Green Blue C M Y K H S L
Decimal 187 135 26 0 0.28 0.86 0.27 40.62 0.76 0.42
Hex BB 87 1A 0 1C 56 1B 29 4C 2A
Octal 273 207 32 0 34 126 33 51 114 52
Binary 10111011 10000111 11010 0 11100 1010110 11011 101001 1001100 101010

Color Harmonies of #BB871A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB871A

Black with #BB871A

Text Example


Text Example

White with #BB871A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB871A; }

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

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

background-color css

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

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

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

border-color css

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

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

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