Html Css Color HEX #BF752F Meteor

📋 copy color: '#BF752F'

red 191 ◦ green 117 ◦ blue 47

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

Shades of Meteor #BF752F

Tints of Meteor #BF752F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.96%

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

R = 53.8%
G = 32.96%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF752F (or 0xBF752F) is known color: Meteor. HEX triplet: BF, 75 and 2F. RGB value is (191,117,47). Sum of RGB (Red+Green+Blue) = 191+117+47=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF752F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF752F is #408AD0. Grayscale: #838383. Windows color (decimal): -4229841 or 3110335. OLE color: 3110335.

HSL color Cylindrical-coordinate representation of color #BF752F: hue angle of 29.17º 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 #BF752F is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 117 47 -
CMYK 0 0.39 0.75 0.25
HSL 29.17º 0.61% 0.47% -
HSV(B) 29.17º 0.75% 0.75% -
XYZ 28.36 24 5.83 -
YUV 131.15 80.52 170.69 -
System Red Green Blue C M Y K H S L
Decimal 191 117 47 0 0.39 0.75 0.25 29.17 0.61 0.47
Hex BF 75 2F 0 27 4B 19 1D 3D 2F
Octal 277 165 57 0 47 113 31 35 75 57
Binary 10111111 1110101 101111 0 100111 1001011 11001 11101 111101 101111

Color Harmonies of #BF752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF752F

Black with #BF752F

Text Example


Text Example

White with #BF752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF752F; }

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

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

background-color css

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

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

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

border-color css

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

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

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