Html Css Color HEX #B0891B Dark Goldenrod

📋 copy color: '#B0891B'

red 176 ◦ green 137 ◦ blue 27

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

Shades of Dark Goldenrod #B0891B

Tints of Dark Goldenrod #B0891B

RGB

 RED value IS 176 (69.14% from 255) = 51.76%

 GREEN value IS 137 (53.91% from 255) = 40.29%

 BLUE value IS 27 (10.94% from 255) = 7.94%

R = 51.76%
G = 40.29%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0891B (or 0xB0891B) is known color: Dark Goldenrod. HEX triplet: B0, 89 and 1B. RGB value is (176,137,27). Sum of RGB (Red+Green+Blue) = 176+137+27=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B0891B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0891B is #4F76E4. Grayscale: #888888. Windows color (decimal): -5207781 or 1804720. OLE color: 1804720.

HSL color Cylindrical-coordinate representation of color #B0891B: hue angle of 44.3º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0891B is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 137 27 -
CMYK 0 0.22 0.85 0.31
HSL 44.3º 0.73% 0.4% -
HSV(B) 44.3º 0.85% 0.69% -
XYZ 27.05 27.2 4.86 -
YUV 136.12 66.42 156.44 -
System Red Green Blue C M Y K H S L
Decimal 176 137 27 0 0.22 0.85 0.31 44.3 0.73 0.4
Hex B0 89 1B 0 16 55 1F 2C 49 28
Octal 260 211 33 0 26 125 37 54 111 50
Binary 10110000 10001001 11011 0 10110 1010101 11111 101100 1001001 101000

Color Harmonies of #B0891B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0891B

Black with #B0891B

Text Example


Text Example

White with #B0891B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0891B; }

 p { color: rgb(176,137,27); }

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

background-color css

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

 a { background-color: rgb(176,137,27); }

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

border-color css

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

 span { border-color: rgb(176,137,27); }

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