Html Css Color HEX #B28C12 Dark Goldenrod

📋 copy color: '#B28C12'

red 178 ◦ green 140 ◦ blue 18

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

Shades of Dark Goldenrod #B28C12

Tints of Dark Goldenrod #B28C12

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.67%

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

R = 52.98%
G = 41.67%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B28C12 (or 0xB28C12) is known color: Dark Goldenrod. HEX triplet: B2, 8C and 12. RGB value is (178,140,18). Sum of RGB (Red+Green+Blue) = 178+140+18=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28C12 is #4D73ED. Grayscale: #898989. Windows color (decimal): -5075950 or 1215666. OLE color: 1215666.

HSL color Cylindrical-coordinate representation of color #B28C12: hue angle of 45.75º 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 #B28C12 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 140 18 -
CMYK 0 0.21 0.90 0.30
HSL 45.75º 0.82% 0.38% -
HSV(B) 45.75º 0.9% 0.7% -
XYZ 27.85 28.26 4.56 -
YUV 137.45 60.59 156.92 -
System Red Green Blue C M Y K H S L
Decimal 178 140 18 0 0.21 0.90 0.30 45.75 0.82 0.38
Hex B2 8C 12 0 15 5A 1E 2E 52 26
Octal 262 214 22 0 25 132 36 56 122 46
Binary 10110010 10001100 10010 0 10101 1011010 11110 101110 1010010 100110

Color Harmonies of #B28C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28C12

Black with #B28C12

Text Example


Text Example

White with #B28C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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