Html Css Color HEX #BF7332 Meteor

📋 copy color: '#BF7332'

red 191 ◦ green 115 ◦ blue 50

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

Shades of Meteor #BF7332

Tints of Meteor #BF7332

RGB

 RED value IS 191 (75% from 255) = 53.65%

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

 BLUE value IS 50 (19.92% from 255) = 14.04%

R = 53.65%
G = 32.3%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF7332 (or 0xBF7332) is known color: Meteor. HEX triplet: BF, 73 and 32. RGB value is (191,115,50). Sum of RGB (Red+Green+Blue) = 191+115+50=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7332 is #408CCD. Grayscale: #828282. Windows color (decimal): -4230350 or 3306431. OLE color: 3306431.

HSL color Cylindrical-coordinate representation of color #BF7332: hue angle of 27.66º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF7332 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 115 50 -
CMYK 0 0.40 0.74 0.25
HSL 27.66º 0.59% 0.47% -
HSV(B) 27.66º 0.74% 0.75% -
XYZ 28.19 23.57 6.08 -
YUV 130.31 82.68 171.29 -
System Red Green Blue C M Y K H S L
Decimal 191 115 50 0 0.40 0.74 0.25 27.66 0.59 0.47
Hex BF 73 32 0 28 4A 19 1C 3B 2F
Octal 277 163 62 0 50 112 31 34 73 57
Binary 10111111 1110011 110010 0 101000 1001010 11001 11100 111011 101111

Color Harmonies of #BF7332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7332

Black with #BF7332

Text Example


Text Example

White with #BF7332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7332; }

 p { color: rgb(191,115,50); }

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

background-color css

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

 a { background-color: rgb(191,115,50); }

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

border-color css

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

 span { border-color: rgb(191,115,50); }

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