Html Css Color HEX #B9733C Meteor

📋 copy color: '#B9733C'

red 185 ◦ green 115 ◦ blue 60

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

Shades of Meteor #B9733C

Tints of Meteor #B9733C

RGB

 RED value IS 185 (72.66% from 255) = 51.39%

 GREEN value IS 115 (45.31% from 255) = 31.94%

 BLUE value IS 60 (23.83% from 255) = 16.67%

R = 51.39%
G = 31.94%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9733C (or 0xB9733C) is known color: Meteor. HEX triplet: B9, 73 and 3C. RGB value is (185,115,60). Sum of RGB (Red+Green+Blue) = 185+115+60=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9733C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9733C is #468CC3. Grayscale: #818181. Windows color (decimal): -4623556 or 3961785. OLE color: 3961785.

HSL color Cylindrical-coordinate representation of color #B9733C: hue angle of 26.4º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9733C is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 115 60 -
CMYK 0 0.38 0.68 0.27
HSL 26.4º 0.51% 0.48% -
HSV(B) 26.4º 0.68% 0.73% -
XYZ 26.95 22.9 7.27 -
YUV 129.66 88.69 167.47 -
System Red Green Blue C M Y K H S L
Decimal 185 115 60 0 0.38 0.68 0.27 26.4 0.51 0.48
Hex B9 73 3C 0 26 44 1B 1A 33 30
Octal 271 163 74 0 46 104 33 32 63 60
Binary 10111001 1110011 111100 0 100110 1000100 11011 11010 110011 110000

Color Harmonies of #B9733C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9733C

Black with #B9733C

Text Example


Text Example

White with #B9733C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9733C; }

 p { color: rgb(185,115,60); }

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

background-color css

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

 a { background-color: rgb(185,115,60); }

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

border-color css

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

 span { border-color: rgb(185,115,60); }

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