Html Css Color HEX #B2890B Dark Goldenrod

📋 copy color: '#B2890B'

red 178 ◦ green 137 ◦ blue 11

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

Shades of Dark Goldenrod #B2890B

Tints of Dark Goldenrod #B2890B

RGB

 RED value IS 178 (69.92% from 255) = 54.6%

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

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

R = 54.6%
G = 42.02%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B2890B (or 0xB2890B) is known color: Dark Goldenrod. HEX triplet: B2, 89 and 0B. RGB value is (178,137,11). Sum of RGB (Red+Green+Blue) = 178+137+11=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B2890B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2890B is #4D76F4. Grayscale: #878787. Windows color (decimal): -5076725 or 756146. OLE color: 756146.

HSL color Cylindrical-coordinate representation of color #B2890B: hue angle of 45.27º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2890B is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 137 11 -
CMYK 0 0.23 0.94 0.30
HSL 45.27º 0.88% 0.37% -
HSV(B) 45.27º 0.94% 0.7% -
XYZ 27.37 27.38 4.16 -
YUV 134.9 58.08 158.75 -
System Red Green Blue C M Y K H S L
Decimal 178 137 11 0 0.23 0.94 0.30 45.27 0.88 0.37
Hex B2 89 B 0 17 5E 1E 2D 58 25
Octal 262 211 13 0 27 136 36 55 130 45
Binary 10110010 10001001 1011 0 10111 1011110 11110 101101 1011000 100101

Color Harmonies of #B2890B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2890B

Black with #B2890B

Text Example


Text Example

White with #B2890B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2890B; }

 p { color: rgb(178,137,11); }

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

background-color css

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

 a { background-color: rgb(178,137,11); }

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

border-color css

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

 span { border-color: rgb(178,137,11); }

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