Html Css Color HEX #B27300 Dark Goldenrod

📋 copy color: '#B27300'

red 178 ◦ green 115 ◦ blue 0

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

Shades of Dark Goldenrod #B27300

Tints of Dark Goldenrod #B27300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.25%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.75%
G = 39.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B27300 (or 0xB27300) is known color: Dark Goldenrod. HEX triplet: B2, 73 and 00. RGB value is (178,115,0). Sum of RGB (Red+Green+Blue) = 178+115+0=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B27300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27300 is #4D8CFF. Grayscale: #797979. Windows color (decimal): -5082368 or 29618. OLE color: 29618.

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

Color convert

RGB 178 115 0 -
CMYK 0 0.35 1 0.30
HSL 38.76º 1% 0.35% -
HSV(B) 38.76º 1% 0.7% -
XYZ 24.49 21.73 2.9 -
YUV 120.73 59.87 168.85 -
System Red Green Blue C M Y K H S L
Decimal 178 115 0 0 0.35 1 0.30 38.76 1 0.35
Hex B2 73 0 0 23 64 1E 27 64 23
Octal 262 163 0 0 43 144 36 47 144 43
Binary 10110010 1110011 0 0 100011 1100100 11110 100111 1100100 100011

Color Harmonies of #B27300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27300

Black with #B27300

Text Example


Text Example

White with #B27300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27300; }

 p { color: rgb(178,115,0); }

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

background-color css

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

 a { background-color: rgb(178,115,0); }

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

border-color css

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

 span { border-color: rgb(178,115,0); }

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