Html Css Color HEX #B28A12 Dark Goldenrod

📋 copy color: '#B28A12'

red 178 ◦ green 138 ◦ blue 18

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

Shades of Dark Goldenrod #B28A12

Tints of Dark Goldenrod #B28A12

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.32%

 BLUE value IS 18 (7.42% from 255) = 5.39%

R = 53.29%
G = 41.32%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B28A12 (or 0xB28A12) is known color: Dark Goldenrod. HEX triplet: B2, 8A and 12. RGB value is (178,138,18). Sum of RGB (Red+Green+Blue) = 178+138+18=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28A12 is #4D75ED. Grayscale: #888888. Windows color (decimal): -5076462 or 1215154. OLE color: 1215154.

HSL color Cylindrical-coordinate representation of color #B28A12: hue angle of 45º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B28A12 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 138 18 -
CMYK 0 0.22 0.90 0.30
HSL 45º 0.82% 0.38% -
HSV(B) 45º 0.9% 0.7% -
XYZ 27.56 27.69 4.46 -
YUV 136.28 61.25 157.76 -
System Red Green Blue C M Y K H S L
Decimal 178 138 18 0 0.22 0.90 0.30 45 0.82 0.38
Hex B2 8A 12 0 16 5A 1E 2D 52 26
Octal 262 212 22 0 26 132 36 55 122 46
Binary 10110010 10001010 10010 0 10110 1011010 11110 101101 1010010 100110

Color Harmonies of #B28A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28A12

Black with #B28A12

Text Example


Text Example

White with #B28A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28A12; }

 p { color: rgb(178,138,18); }

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

background-color css

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

 a { background-color: rgb(178,138,18); }

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

border-color css

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

 span { border-color: rgb(178,138,18); }

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