Html Css Color HEX #BF752D Meteor

📋 copy color: '#BF752D'

red 191 ◦ green 117 ◦ blue 45

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

Shades of Meteor #BF752D

Tints of Meteor #BF752D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.75%

R = 54.11%
G = 33.14%
B = 12.75%

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

#BF752D (or 0xBF752D) is known color: Meteor. HEX triplet: BF, 75 and 2D. RGB value is (191,117,45). Sum of RGB (Red+Green+Blue) = 191+117+45=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF752D is #408AD2. Grayscale: #838383. Windows color (decimal): -4229843 or 2979263. OLE color: 2979263.

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

Color convert

RGB 191 117 45 -
CMYK 0 0.39 0.76 0.25
HSL 29.59º 0.62% 0.46% -
HSV(B) 29.59º 0.76% 0.75% -
XYZ 28.32 23.99 5.62 -
YUV 130.92 79.52 170.85 -
System Red Green Blue C M Y K H S L
Decimal 191 117 45 0 0.39 0.76 0.25 29.59 0.62 0.46
Hex BF 75 2D 0 27 4C 19 1E 3E 2E
Octal 277 165 55 0 47 114 31 36 76 56
Binary 10111111 1110101 101101 0 100111 1001100 11001 11110 111110 101110

Color Harmonies of #BF752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF752D

Black with #BF752D

Text Example


Text Example

White with #BF752D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF752D; }

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

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

background-color css

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

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

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

border-color css

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

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

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