Html Css Color HEX #BF732F Meteor

📋 copy color: '#BF732F'

red 191 ◦ green 115 ◦ blue 47

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

Shades of Meteor #BF732F

Tints of Meteor #BF732F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.31%

R = 54.11%
G = 32.58%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF732F (or 0xBF732F) is known color: Meteor. HEX triplet: BF, 73 and 2F. RGB value is (191,115,47). Sum of RGB (Red+Green+Blue) = 191+115+47=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF732F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF732F is #408CD0. Grayscale: #828282. Windows color (decimal): -4230353 or 3109823. OLE color: 3109823.

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

Color convert

RGB 191 115 47 -
CMYK 0 0.40 0.75 0.25
HSL 28.33º 0.61% 0.47% -
HSV(B) 28.33º 0.75% 0.75% -
XYZ 28.13 23.54 5.75 -
YUV 129.97 81.18 171.53 -
System Red Green Blue C M Y K H S L
Decimal 191 115 47 0 0.40 0.75 0.25 28.33 0.61 0.47
Hex BF 73 2F 0 28 4B 19 1C 3D 2F
Octal 277 163 57 0 50 113 31 34 75 57
Binary 10111111 1110011 101111 0 101000 1001011 11001 11100 111101 101111

Color Harmonies of #BF732F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF732F

Black with #BF732F

Text Example


Text Example

White with #BF732F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF732F; }

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

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

background-color css

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

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

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

border-color css

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

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

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