Html Css Color HEX #B67C03 Dark Goldenrod

📋 copy color: '#B67C03'

red 182 ◦ green 124 ◦ blue 3

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

Shades of Dark Goldenrod #B67C03

Tints of Dark Goldenrod #B67C03

RGB

 RED value IS 182 (71.48% from 255) = 58.9%

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

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

R = 58.9%
G = 40.13%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B67C03 (or 0xB67C03) is known color: Dark Goldenrod. HEX triplet: B6, 7C and 03. RGB value is (182,124,3). Sum of RGB (Red+Green+Blue) = 182+124+3=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67C03 is #4983FC. Grayscale: #808080. Windows color (decimal): -4817917 or 228534. OLE color: 228534.

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

Color convert

RGB 182 124 3 -
CMYK 0 0.32 0.98 0.29
HSL 40.56º 0.97% 0.36% -
HSV(B) 40.56º 0.98% 0.71% -
XYZ 26.52 24.37 3.39 -
YUV 127.55 57.72 166.84 -
System Red Green Blue C M Y K H S L
Decimal 182 124 3 0 0.32 0.98 0.29 40.56 0.97 0.36
Hex B6 7C 3 0 20 62 1D 29 61 24
Octal 266 174 3 0 40 142 35 51 141 44
Binary 10110110 1111100 11 0 100000 1100010 11101 101001 1100001 100100

Color Harmonies of #B67C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C03

Black with #B67C03

Text Example


Text Example

White with #B67C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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