Html Css Color HEX #BF6F2B Meteor

📋 copy color: '#BF6F2B'

red 191 ◦ green 111 ◦ blue 43

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

Shades of Meteor #BF6F2B

Tints of Meteor #BF6F2B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.17%

 BLUE value IS 43 (17.19% from 255) = 12.46%

R = 55.36%
G = 32.17%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF6F2B (or 0xBF6F2B) is known color: Meteor. HEX triplet: BF, 6F and 2B. RGB value is (191,111,43). Sum of RGB (Red+Green+Blue) = 191+111+43=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6F2B is #4090D4. Grayscale: #7F7F7F. Windows color (decimal): -4231381 or 2846655. OLE color: 2846655.

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

Color convert

RGB 191 111 43 -
CMYK 0 0.42 0.77 0.25
HSL 27.57º 0.63% 0.46% -
HSV(B) 27.57º 0.77% 0.75% -
XYZ 27.61 22.62 5.2 -
YUV 127.17 80.5 173.53 -
System Red Green Blue C M Y K H S L
Decimal 191 111 43 0 0.42 0.77 0.25 27.57 0.63 0.46
Hex BF 6F 2B 0 2A 4D 19 1C 3F 2E
Octal 277 157 53 0 52 115 31 34 77 56
Binary 10111111 1101111 101011 0 101010 1001101 11001 11100 111111 101110

Color Harmonies of #BF6F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6F2B

Black with #BF6F2B

Text Example


Text Example

White with #BF6F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6F2B; }

 p { color: rgb(191,111,43); }

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

background-color css

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

 a { background-color: rgb(191,111,43); }

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

border-color css

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

 span { border-color: rgb(191,111,43); }

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