Html Css Color HEX #B27D03 Dark Goldenrod

📋 copy color: '#B27D03'

red 178 ◦ green 125 ◦ blue 3

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

Shades of Dark Goldenrod #B27D03

Tints of Dark Goldenrod #B27D03

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.85%

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

R = 58.17%
G = 40.85%
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

#B27D03 (or 0xB27D03) is known color: Dark Goldenrod. HEX triplet: B2, 7D and 03. RGB value is (178,125,3). Sum of RGB (Red+Green+Blue) = 178+125+3=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 3 (1.56% from 255 or 0.98% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27D03 is #4D82FC. Grayscale: #7F7F7F. Windows color (decimal): -5079805 or 228786. OLE color: 228786.

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

Color convert

RGB 178 125 3 -
CMYK 0 0.30 0.98 0.30
HSL 41.83º 0.97% 0.35% -
HSV(B) 41.83º 0.98% 0.7% -
XYZ 25.71 24.14 3.39 -
YUV 126.94 58.06 164.42 -
System Red Green Blue C M Y K H S L
Decimal 178 125 3 0 0.30 0.98 0.30 41.83 0.97 0.35
Hex B2 7D 3 0 1E 62 1E 2A 61 23
Octal 262 175 3 0 36 142 36 52 141 43
Binary 10110010 1111101 11 0 11110 1100010 11110 101010 1100001 100011

Color Harmonies of #B27D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27D03

Black with #B27D03

Text Example


Text Example

White with #B27D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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