Html Css Color HEX #B27F03 Dark Goldenrod

📋 copy color: '#B27F03'

red 178 ◦ green 127 ◦ blue 3

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

Shades of Dark Goldenrod #B27F03

Tints of Dark Goldenrod #B27F03

RGB

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

 GREEN value IS 127 (50% from 255) = 41.23%

 BLUE value IS 3 (1.56% from 255) = 0.97%

R = 57.79%
G = 41.23%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B27F03 (or 0xB27F03) is known color: Dark Goldenrod. HEX triplet: B2, 7F and 03. RGB value is (178,127,3). Sum of RGB (Red+Green+Blue) = 178+127+3=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 3 (1.56% from 255 or 0.97% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27F03 is #4D80FC. Grayscale: #808080. Windows color (decimal): -5079293 or 229298. OLE color: 229298.

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

Color convert

RGB 178 127 3 -
CMYK 0 0.29 0.98 0.30
HSL 42.51º 0.97% 0.35% -
HSV(B) 42.51º 0.98% 0.7% -
XYZ 25.97 24.65 3.48 -
YUV 128.11 57.4 163.58 -
System Red Green Blue C M Y K H S L
Decimal 178 127 3 0 0.29 0.98 0.30 42.51 0.97 0.35
Hex B2 7F 3 0 1D 62 1E 2B 61 23
Octal 262 177 3 0 35 142 36 53 141 43
Binary 10110010 1111111 11 0 11101 1100010 11110 101011 1100001 100011

Color Harmonies of #B27F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27F03

Black with #B27F03

Text Example


Text Example

White with #B27F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27F03; }

 p { color: rgb(178,127,3); }

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

background-color css

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

 a { background-color: rgb(178,127,3); }

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

border-color css

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

 span { border-color: rgb(178,127,3); }

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