Html Css Color HEX #B27C0E Dark Goldenrod

📋 copy color: '#B27C0E'

red 178 ◦ green 124 ◦ blue 14

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

Shades of Dark Goldenrod #B27C0E

Tints of Dark Goldenrod #B27C0E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.24%

 BLUE value IS 14 (5.86% from 255) = 4.43%

R = 56.33%
G = 39.24%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B27C0E (or 0xB27C0E) is known color: Dark Goldenrod. HEX triplet: B2, 7C and 0E. RGB value is (178,124,14). Sum of RGB (Red+Green+Blue) = 178+124+14=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27C0E is #4D83F1. Grayscale: #808080. Windows color (decimal): -5080050 or 949426. OLE color: 949426.

HSL color Cylindrical-coordinate representation of color #B27C0E: hue angle of 40.24º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B27C0E is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 124 14 -
CMYK 0 0.30 0.92 0.30
HSL 40.24º 0.85% 0.38% -
HSV(B) 40.24º 0.92% 0.7% -
XYZ 25.65 23.91 3.68 -
YUV 127.61 63.89 163.94 -
System Red Green Blue C M Y K H S L
Decimal 178 124 14 0 0.30 0.92 0.30 40.24 0.85 0.38
Hex B2 7C E 0 1E 5C 1E 28 55 26
Octal 262 174 16 0 36 134 36 50 125 46
Binary 10110010 1111100 1110 0 11110 1011100 11110 101000 1010101 100110

Color Harmonies of #B27C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27C0E

Black with #B27C0E

Text Example


Text Example

White with #B27C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27C0E; }

 p { color: rgb(178,124,14); }

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

background-color css

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

 a { background-color: rgb(178,124,14); }

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

border-color css

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

 span { border-color: rgb(178,124,14); }

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