Html Css Color HEX #BF7531 Meteor

📋 copy color: '#BF7531'

red 191 ◦ green 117 ◦ blue 49

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

Shades of Meteor #BF7531

Tints of Meteor #BF7531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.73%

R = 53.5%
G = 32.77%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF7531 (or 0xBF7531) is known color: Meteor. HEX triplet: BF, 75 and 31. RGB value is (191,117,49). Sum of RGB (Red+Green+Blue) = 191+117+49=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7531 is #408ACE. Grayscale: #838383. Windows color (decimal): -4229839 or 3241407. OLE color: 3241407.

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

Color convert

RGB 191 117 49 -
CMYK 0 0.39 0.74 0.25
HSL 28.73º 0.59% 0.47% -
HSV(B) 28.73º 0.74% 0.75% -
XYZ 28.4 24.02 6.05 -
YUV 131.37 81.52 170.53 -
System Red Green Blue C M Y K H S L
Decimal 191 117 49 0 0.39 0.74 0.25 28.73 0.59 0.47
Hex BF 75 31 0 27 4A 19 1D 3B 2F
Octal 277 165 61 0 47 112 31 35 73 57
Binary 10111111 1110101 110001 0 100111 1001010 11001 11101 111011 101111

Color Harmonies of #BF7531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7531

Black with #BF7531

Text Example


Text Example

White with #BF7531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7531; }

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

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

background-color css

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

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

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

border-color css

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

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

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