Html Css Color HEX #B96F30 Meteor

📋 copy color: '#B96F30'

red 185 ◦ green 111 ◦ blue 48

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

Shades of Meteor #B96F30

Tints of Meteor #B96F30

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.27%

 BLUE value IS 48 (19.14% from 255) = 13.95%

R = 53.78%
G = 32.27%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B96F30 (or 0xB96F30) is known color: Meteor. HEX triplet: B9, 6F and 30. RGB value is (185,111,48). Sum of RGB (Red+Green+Blue) = 185+111+48=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96F30 is #4690CF. Grayscale: #7E7E7E. Windows color (decimal): -4624592 or 3174329. OLE color: 3174329.

HSL color Cylindrical-coordinate representation of color #B96F30: hue angle of 27.59º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B96F30 is Cyan = 0, Magento = 0.4, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 111 48 -
CMYK 0 0.4 0.74 0.27
HSL 27.59º 0.59% 0.46% -
HSV(B) 27.59º 0.74% 0.73% -
XYZ 26.23 21.9 5.64 -
YUV 125.94 84.02 170.12 -
System Red Green Blue C M Y K H S L
Decimal 185 111 48 0 0.4 0.74 0.27 27.59 0.59 0.46
Hex B9 6F 30 0 28 4A 1B 1C 3B 2E
Octal 271 157 60 0 50 112 33 34 73 56
Binary 10111001 1101111 110000 0 101000 1001010 11011 11100 111011 101110

Color Harmonies of #B96F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96F30

Black with #B96F30

Text Example


Text Example

White with #B96F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96F30; }

 p { color: rgb(185,111,48); }

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

background-color css

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

 a { background-color: rgb(185,111,48); }

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

border-color css

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

 span { border-color: rgb(185,111,48); }

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