Html Css Color HEX #B27B18 Dark Goldenrod

📋 copy color: '#B27B18'

red 178 ◦ green 123 ◦ blue 24

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

Shades of Dark Goldenrod #B27B18

Tints of Dark Goldenrod #B27B18

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.85%

 BLUE value IS 24 (9.77% from 255) = 7.38%

R = 54.77%
G = 37.85%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B27B18 (or 0xB27B18) is known color: Dark Goldenrod. HEX triplet: B2, 7B and 18. RGB value is (178,123,24). Sum of RGB (Red+Green+Blue) = 178+123+24=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27B18 is #4D84E7. Grayscale: #808080. Windows color (decimal): -5080296 or 1604530. OLE color: 1604530.

HSL color Cylindrical-coordinate representation of color #B27B18: hue angle of 38.57º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B27B18 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 123 24 -
CMYK 0 0.31 0.87 0.30
HSL 38.57º 0.76% 0.4% -
HSV(B) 38.57º 0.87% 0.7% -
XYZ 25.61 23.7 4.09 -
YUV 128.16 69.22 163.55 -
System Red Green Blue C M Y K H S L
Decimal 178 123 24 0 0.31 0.87 0.30 38.57 0.76 0.4
Hex B2 7B 18 0 1F 57 1E 27 4C 28
Octal 262 173 30 0 37 127 36 47 114 50
Binary 10110010 1111011 11000 0 11111 1010111 11110 100111 1001100 101000

Color Harmonies of #B27B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27B18

Black with #B27B18

Text Example


Text Example

White with #B27B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27B18; }

 p { color: rgb(178,123,24); }

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

background-color css

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

 a { background-color: rgb(178,123,24); }

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

border-color css

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

 span { border-color: rgb(178,123,24); }

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