Html Css Color HEX #B27A13 Dark Goldenrod

📋 copy color: '#B27A13'

red 178 ◦ green 122 ◦ blue 19

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

Shades of Dark Goldenrod #B27A13

Tints of Dark Goldenrod #B27A13

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.24%

 BLUE value IS 19 (7.81% from 255) = 5.96%

R = 55.8%
G = 38.24%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B27A13 (or 0xB27A13) is known color: Dark Goldenrod. HEX triplet: B2, 7A and 13. RGB value is (178,122,19). Sum of RGB (Red+Green+Blue) = 178+122+19=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27A13 is #4D85EC. Grayscale: #7F7F7F. Windows color (decimal): -5080557 or 1276594. OLE color: 1276594.

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

Color convert

RGB 178 122 19 -
CMYK 0 0.31 0.89 0.30
HSL 38.87º 0.81% 0.39% -
HSV(B) 38.87º 0.89% 0.7% -
XYZ 25.44 23.43 3.8 -
YUV 127 67.05 164.38 -
System Red Green Blue C M Y K H S L
Decimal 178 122 19 0 0.31 0.89 0.30 38.87 0.81 0.39
Hex B2 7A 13 0 1F 59 1E 27 51 27
Octal 262 172 23 0 37 131 36 47 121 47
Binary 10110010 1111010 10011 0 11111 1011001 11110 100111 1010001 100111

Color Harmonies of #B27A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27A13

Black with #B27A13

Text Example


Text Example

White with #B27A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27A13; }

 p { color: rgb(178,122,19); }

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

background-color css

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

 a { background-color: rgb(178,122,19); }

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

border-color css

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

 span { border-color: rgb(178,122,19); }

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