Html Css Color HEX #B27C03 Dark Goldenrod

📋 copy color: '#B27C03'

red 178 ◦ green 124 ◦ blue 3

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

Shades of Dark Goldenrod #B27C03

Tints of Dark Goldenrod #B27C03

RGB

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

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

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

R = 58.36%
G = 40.66%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B27C03 (or 0xB27C03) is known color: Dark Goldenrod. HEX triplet: B2, 7C and 03. RGB value is (178,124,3). Sum of RGB (Red+Green+Blue) = 178+124+3=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27C03 is #4D83FC. Grayscale: #7E7E7E. Windows color (decimal): -5080061 or 228530. OLE color: 228530.

HSL color Cylindrical-coordinate representation of color #B27C03: hue angle of 41.49º 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 #B27C03 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 124 3 -
CMYK 0 0.30 0.98 0.30
HSL 41.49º 0.97% 0.35% -
HSV(B) 41.49º 0.98% 0.7% -
XYZ 25.58 23.89 3.35 -
YUV 126.35 58.39 164.84 -
System Red Green Blue C M Y K H S L
Decimal 178 124 3 0 0.30 0.98 0.30 41.49 0.97 0.35
Hex B2 7C 3 0 1E 62 1E 29 61 23
Octal 262 174 3 0 36 142 36 51 141 43
Binary 10110010 1111100 11 0 11110 1100010 11110 101001 1100001 100011

Color Harmonies of #B27C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27C03

Black with #B27C03

Text Example


Text Example

White with #B27C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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