Html Css Color HEX #B27D14 Dark Goldenrod

📋 copy color: '#B27D14'

red 178 ◦ green 125 ◦ blue 20

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

Shades of Dark Goldenrod #B27D14

Tints of Dark Goldenrod #B27D14

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.7%

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

R = 55.11%
G = 38.7%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B27D14 (or 0xB27D14) is known color: Dark Goldenrod. HEX triplet: B2, 7D and 14. RGB value is (178,125,20). Sum of RGB (Red+Green+Blue) = 178+125+20=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27D14 is #4D82EB. Grayscale: #818181. Windows color (decimal): -5079788 or 1342898. OLE color: 1342898.

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

Color convert

RGB 178 125 20 -
CMYK 0 0.30 0.89 0.30
HSL 39.87º 0.8% 0.39% -
HSV(B) 39.87º 0.89% 0.7% -
XYZ 25.82 24.18 3.97 -
YUV 128.88 66.56 163.04 -
System Red Green Blue C M Y K H S L
Decimal 178 125 20 0 0.30 0.89 0.30 39.87 0.8 0.39
Hex B2 7D 14 0 1E 59 1E 28 50 27
Octal 262 175 24 0 36 131 36 50 120 47
Binary 10110010 1111101 10100 0 11110 1011001 11110 101000 1010000 100111

Color Harmonies of #B27D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27D14

Black with #B27D14

Text Example


Text Example

White with #B27D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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