Html Css Color HEX #BF702F Meteor

📋 copy color: '#BF702F'

red 191 ◦ green 112 ◦ blue 47

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

Shades of Meteor #BF702F

Tints of Meteor #BF702F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32%

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

R = 54.57%
G = 32%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF702F (or 0xBF702F) is known color: Meteor. HEX triplet: BF, 70 and 2F. RGB value is (191,112,47). Sum of RGB (Red+Green+Blue) = 191+112+47=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF702F is #408FD0. Grayscale: #808080. Windows color (decimal): -4231121 or 3109055. OLE color: 3109055.

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

Color convert

RGB 191 112 47 -
CMYK 0 0.41 0.75 0.25
HSL 27.08º 0.61% 0.47% -
HSV(B) 27.08º 0.75% 0.75% -
XYZ 27.79 22.87 5.64 -
YUV 128.21 82.17 172.79 -
System Red Green Blue C M Y K H S L
Decimal 191 112 47 0 0.41 0.75 0.25 27.08 0.61 0.47
Hex BF 70 2F 0 29 4B 19 1B 3D 2F
Octal 277 160 57 0 51 113 31 33 75 57
Binary 10111111 1110000 101111 0 101001 1001011 11001 11011 111101 101111

Color Harmonies of #BF702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF702F

Black with #BF702F

Text Example


Text Example

White with #BF702F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF702F; }

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

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

background-color css

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

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

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

border-color css

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

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

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