Html Css Color HEX #B27E02 Dark Goldenrod

📋 copy color: '#B27E02'

red 178 ◦ green 126 ◦ blue 2

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

Shades of Dark Goldenrod #B27E02

Tints of Dark Goldenrod #B27E02

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.18%

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 58.17%
G = 41.18%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B27E02 (or 0xB27E02) is known color: Dark Goldenrod. HEX triplet: B2, 7E and 02. RGB value is (178,126,2). Sum of RGB (Red+Green+Blue) = 178+126+2=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27E02 is #4D81FD. Grayscale: #7F7F7F. Windows color (decimal): -5079550 or 163506. OLE color: 163506.

HSL color Cylindrical-coordinate representation of color #B27E02: hue angle of 42.27º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B27E02 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 126 2 -
CMYK 0 0.29 0.99 0.30
HSL 42.27º 0.98% 0.35% -
HSV(B) 42.27º 0.99% 0.7% -
XYZ 25.83 24.39 3.4 -
YUV 127.41 57.23 164.08 -
System Red Green Blue C M Y K H S L
Decimal 178 126 2 0 0.29 0.99 0.30 42.27 0.98 0.35
Hex B2 7E 2 0 1D 63 1E 2A 62 23
Octal 262 176 2 0 35 143 36 52 142 43
Binary 10110010 1111110 10 0 11101 1100011 11110 101010 1100010 100011

Color Harmonies of #B27E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27E02

Black with #B27E02

Text Example


Text Example

White with #B27E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27E02; }

 p { color: rgb(178,126,2); }

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

background-color css

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

 a { background-color: rgb(178,126,2); }

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

border-color css

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

 span { border-color: rgb(178,126,2); }

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