Html Css Color HEX #BF7632 Meteor

📋 copy color: '#BF7632'

red 191 ◦ green 118 ◦ blue 50

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

Shades of Meteor #BF7632

Tints of Meteor #BF7632

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.87%

 BLUE value IS 50 (19.92% from 255) = 13.93%

R = 53.2%
G = 32.87%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF7632 (or 0xBF7632) is known color: Meteor. HEX triplet: BF, 76 and 32. RGB value is (191,118,50). Sum of RGB (Red+Green+Blue) = 191+118+50=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7632 is #4089CD. Grayscale: #848484. Windows color (decimal): -4229582 or 3307199. OLE color: 3307199.

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

Color convert

RGB 191 118 50 -
CMYK 0 0.38 0.74 0.25
HSL 28.94º 0.59% 0.47% -
HSV(B) 28.94º 0.74% 0.75% -
XYZ 28.54 24.26 6.2 -
YUV 132.08 81.68 170.03 -
System Red Green Blue C M Y K H S L
Decimal 191 118 50 0 0.38 0.74 0.25 28.94 0.59 0.47
Hex BF 76 32 0 26 4A 19 1D 3B 2F
Octal 277 166 62 0 46 112 31 35 73 57
Binary 10111111 1110110 110010 0 100110 1001010 11001 11101 111011 101111

Color Harmonies of #BF7632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7632

Black with #BF7632

Text Example


Text Example

White with #BF7632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7632; }

 p { color: rgb(191,118,50); }

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

background-color css

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

 a { background-color: rgb(191,118,50); }

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

border-color css

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

 span { border-color: rgb(191,118,50); }

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