Html Css Color HEX #B2890C Dark Goldenrod

📋 copy color: '#B2890C'

red 178 ◦ green 137 ◦ blue 12

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

Shades of Dark Goldenrod #B2890C

Tints of Dark Goldenrod #B2890C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.67%

R = 54.43%
G = 41.9%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B2890C (or 0xB2890C) is known color: Dark Goldenrod. HEX triplet: B2, 89 and 0C. RGB value is (178,137,12). Sum of RGB (Red+Green+Blue) = 178+137+12=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B2890C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2890C is #4D76F3. Grayscale: #878787. Windows color (decimal): -5076724 or 821682. OLE color: 821682.

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

Color convert

RGB 178 137 12 -
CMYK 0 0.23 0.93 0.30
HSL 45.18º 0.87% 0.37% -
HSV(B) 45.18º 0.93% 0.7% -
XYZ 27.37 27.38 4.19 -
YUV 135.01 58.58 158.66 -
System Red Green Blue C M Y K H S L
Decimal 178 137 12 0 0.23 0.93 0.30 45.18 0.87 0.37
Hex B2 89 C 0 17 5D 1E 2D 57 25
Octal 262 211 14 0 27 135 36 55 127 45
Binary 10110010 10001001 1100 0 10111 1011101 11110 101101 1010111 100101

Color Harmonies of #B2890C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2890C

Black with #B2890C

Text Example


Text Example

White with #B2890C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2890C; }

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

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

background-color css

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

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

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

border-color css

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

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

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