Html Css Color HEX #B2891A Dark Goldenrod

📋 copy color: '#B2891A'

red 178 ◦ green 137 ◦ blue 26

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

Shades of Dark Goldenrod #B2891A

Tints of Dark Goldenrod #B2891A

RGB

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

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

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

R = 52.2%
G = 40.18%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2891A (or 0xB2891A) is known color: Dark Goldenrod. HEX triplet: B2, 89 and 1A. RGB value is (178,137,26). Sum of RGB (Red+Green+Blue) = 178+137+26=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2891A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2891A is #4D76E5. Grayscale: #898989. Windows color (decimal): -5076710 or 1739186. OLE color: 1739186.

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

Color convert

RGB 178 137 26 -
CMYK 0 0.23 0.85 0.30
HSL 43.82º 0.75% 0.4% -
HSV(B) 43.82º 0.85% 0.7% -
XYZ 27.49 27.43 4.82 -
YUV 136.61 65.58 157.53 -
System Red Green Blue C M Y K H S L
Decimal 178 137 26 0 0.23 0.85 0.30 43.82 0.75 0.4
Hex B2 89 1A 0 17 55 1E 2C 4B 28
Octal 262 211 32 0 27 125 36 54 113 50
Binary 10110010 10001001 11010 0 10111 1010101 11110 101100 1001011 101000

Color Harmonies of #B2891A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2891A

Black with #B2891A

Text Example


Text Example

White with #B2891A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2891A; }

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

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

background-color css

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

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

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

border-color css

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

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

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