Html Css Color HEX #B28614 Dark Goldenrod

📋 copy color: '#B28614'

red 178 ◦ green 134 ◦ blue 20

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

Shades of Dark Goldenrod #B28614

Tints of Dark Goldenrod #B28614

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.36%

 BLUE value IS 20 (8.2% from 255) = 6.02%

R = 53.61%
G = 40.36%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B28614 (or 0xB28614) is known color: Dark Goldenrod. HEX triplet: B2, 86 and 14. RGB value is (178,134,20). Sum of RGB (Red+Green+Blue) = 178+134+20=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B28614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28614 is #4D79EB. Grayscale: #868686. Windows color (decimal): -5077484 or 1345202. OLE color: 1345202.

HSL color Cylindrical-coordinate representation of color #B28614: hue angle of 43.29º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B28614 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 134 20 -
CMYK 0 0.25 0.89 0.30
HSL 43.29º 0.8% 0.39% -
HSV(B) 43.29º 0.89% 0.7% -
XYZ 27.01 26.57 4.37 -
YUV 134.16 63.58 159.27 -
System Red Green Blue C M Y K H S L
Decimal 178 134 20 0 0.25 0.89 0.30 43.29 0.8 0.39
Hex B2 86 14 0 19 59 1E 2B 50 27
Octal 262 206 24 0 31 131 36 53 120 47
Binary 10110010 10000110 10100 0 11001 1011001 11110 101011 1010000 100111

Color Harmonies of #B28614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28614

Black with #B28614

Text Example


Text Example

White with #B28614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28614; }

 p { color: rgb(178,134,20); }

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

background-color css

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

 a { background-color: rgb(178,134,20); }

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

border-color css

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

 span { border-color: rgb(178,134,20); }

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