Html Css Color HEX #B27A12 Dark Goldenrod

📋 copy color: '#B27A12'

red 178 ◦ green 122 ◦ blue 18

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

Shades of Dark Goldenrod #B27A12

Tints of Dark Goldenrod #B27A12

RGB

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

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

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

R = 55.97%
G = 38.36%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B27A12 (or 0xB27A12) is known color: Dark Goldenrod. HEX triplet: B2, 7A and 12. RGB value is (178,122,18). Sum of RGB (Red+Green+Blue) = 178+122+18=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27A12 is #4D85ED. Grayscale: #7F7F7F. Windows color (decimal): -5080558 or 1211058. OLE color: 1211058.

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

Color convert

RGB 178 122 18 -
CMYK 0 0.31 0.90 0.30
HSL 39º 0.82% 0.38% -
HSV(B) 39º 0.9% 0.7% -
XYZ 25.43 23.43 3.75 -
YUV 126.89 66.55 164.46 -
System Red Green Blue C M Y K H S L
Decimal 178 122 18 0 0.31 0.90 0.30 39 0.82 0.38
Hex B2 7A 12 0 1F 5A 1E 27 52 26
Octal 262 172 22 0 37 132 36 47 122 46
Binary 10110010 1111010 10010 0 11111 1011010 11110 100111 1010010 100110

Color Harmonies of #B27A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27A12

Black with #B27A12

Text Example


Text Example

White with #B27A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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