Html Css Color HEX #B27A03 Dark Goldenrod

📋 copy color: '#B27A03'

red 178 ◦ green 122 ◦ blue 3

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

Shades of Dark Goldenrod #B27A03

Tints of Dark Goldenrod #B27A03

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.26%

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

R = 58.75%
G = 40.26%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B27A03 (or 0xB27A03) is known color: Dark Goldenrod. HEX triplet: B2, 7A and 03. RGB value is (178,122,3). Sum of RGB (Red+Green+Blue) = 178+122+3=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27A03 is #4D85FC. Grayscale: #7D7D7D. Windows color (decimal): -5080573 or 228018. OLE color: 228018.

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

Color convert

RGB 178 122 3 -
CMYK 0 0.31 0.98 0.30
HSL 40.8º 0.97% 0.35% -
HSV(B) 40.8º 0.98% 0.7% -
XYZ 25.34 23.39 3.27 -
YUV 125.18 59.05 165.68 -
System Red Green Blue C M Y K H S L
Decimal 178 122 3 0 0.31 0.98 0.30 40.8 0.97 0.35
Hex B2 7A 3 0 1F 62 1E 29 61 23
Octal 262 172 3 0 37 142 36 51 141 43
Binary 10110010 1111010 11 0 11111 1100010 11110 101001 1100001 100011

Color Harmonies of #B27A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27A03

Black with #B27A03

Text Example


Text Example

White with #B27A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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