Html Css Color HEX #B27B11 Dark Goldenrod

📋 copy color: '#B27B11'

red 178 ◦ green 123 ◦ blue 17

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

Shades of Dark Goldenrod #B27B11

Tints of Dark Goldenrod #B27B11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.35%

R = 55.97%
G = 38.68%
B = 5.35%

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

#B27B11 (or 0xB27B11) is known color: Dark Goldenrod. HEX triplet: B2, 7B and 11. RGB value is (178,123,17). Sum of RGB (Red+Green+Blue) = 178+123+17=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27B11 is #4D84EE. Grayscale: #7F7F7F. Windows color (decimal): -5080303 or 1145778. OLE color: 1145778.

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

Color convert

RGB 178 123 17 -
CMYK 0 0.31 0.90 0.30
HSL 39.5º 0.83% 0.38% -
HSV(B) 39.5º 0.9% 0.7% -
XYZ 25.54 23.67 3.75 -
YUV 127.36 65.72 164.12 -
System Red Green Blue C M Y K H S L
Decimal 178 123 17 0 0.31 0.90 0.30 39.5 0.83 0.38
Hex B2 7B 11 0 1F 5A 1E 28 53 26
Octal 262 173 21 0 37 132 36 50 123 46
Binary 10110010 1111011 10001 0 11111 1011010 11110 101000 1010011 100110

Color Harmonies of #B27B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27B11

Black with #B27B11

Text Example


Text Example

White with #B27B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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