Html Css Color HEX #BF752E Meteor

📋 copy color: '#BF752E'

red 191 ◦ green 117 ◦ blue 46

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

Shades of Meteor #BF752E

Tints of Meteor #BF752E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.99%

R = 53.95%
G = 33.05%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF752E (or 0xBF752E) is known color: Meteor. HEX triplet: BF, 75 and 2E. RGB value is (191,117,46). Sum of RGB (Red+Green+Blue) = 191+117+46=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF752E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF752E is #408AD1. Grayscale: #838383. Windows color (decimal): -4229842 or 3044799. OLE color: 3044799.

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

Color convert

RGB 191 117 46 -
CMYK 0 0.39 0.76 0.25
HSL 29.38º 0.61% 0.46% -
HSV(B) 29.38º 0.76% 0.75% -
XYZ 28.34 24 5.72 -
YUV 131.03 80.02 170.77 -
System Red Green Blue C M Y K H S L
Decimal 191 117 46 0 0.39 0.76 0.25 29.38 0.61 0.46
Hex BF 75 2E 0 27 4C 19 1D 3D 2E
Octal 277 165 56 0 47 114 31 35 75 56
Binary 10111111 1110101 101110 0 100111 1001100 11001 11101 111101 101110

Color Harmonies of #BF752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF752E

Black with #BF752E

Text Example


Text Example

White with #BF752E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF752E; }

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

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

background-color css

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

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

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

border-color css

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

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

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