Html Css Color HEX #B28C05 Dark Goldenrod

📋 copy color: '#B28C05'

red 178 ◦ green 140 ◦ blue 5

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

Shades of Dark Goldenrod #B28C05

Tints of Dark Goldenrod #B28C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.55%

R = 55.11%
G = 43.34%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B28C05 (or 0xB28C05) is known color: Dark Goldenrod. HEX triplet: B2, 8C and 05. RGB value is (178,140,5). Sum of RGB (Red+Green+Blue) = 178+140+5=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28C05 is #4D73FA. Grayscale: #888888. Windows color (decimal): -5075963 or 363698. OLE color: 363698.

HSL color Cylindrical-coordinate representation of color #B28C05: hue angle of 46.82º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B28C05 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 140 5 -
CMYK 0 0.21 0.97 0.30
HSL 46.82º 0.95% 0.36% -
HSV(B) 46.82º 0.97% 0.7% -
XYZ 27.77 28.23 4.13 -
YUV 135.97 54.09 157.98 -
System Red Green Blue C M Y K H S L
Decimal 178 140 5 0 0.21 0.97 0.30 46.82 0.95 0.36
Hex B2 8C 5 0 15 61 1E 2F 5F 24
Octal 262 214 5 0 25 141 36 57 137 44
Binary 10110010 10001100 101 0 10101 1100001 11110 101111 1011111 100100

Color Harmonies of #B28C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28C05

Black with #B28C05

Text Example


Text Example

White with #B28C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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