Html Css Color HEX #BF7736 Meteor

📋 copy color: '#BF7736'

red 191 ◦ green 119 ◦ blue 54

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

Shades of Meteor #BF7736

Tints of Meteor #BF7736

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.69%

 BLUE value IS 54 (21.48% from 255) = 14.84%

R = 52.47%
G = 32.69%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BF7736 (or 0xBF7736) is known color: Meteor. HEX triplet: BF, 77 and 36. RGB value is (191,119,54). Sum of RGB (Red+Green+Blue) = 191+119+54=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7736 is #4088C9. Grayscale: #858585. Windows color (decimal): -4229322 or 3569599. OLE color: 3569599.

HSL color Cylindrical-coordinate representation of color #BF7736: hue angle of 28.47º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF7736 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 119 54 -
CMYK 0 0.38 0.72 0.25
HSL 28.47º 0.56% 0.48% -
HSV(B) 28.47º 0.72% 0.75% -
XYZ 28.75 24.54 6.71 -
YUV 133.12 83.35 169.29 -
System Red Green Blue C M Y K H S L
Decimal 191 119 54 0 0.38 0.72 0.25 28.47 0.56 0.48
Hex BF 77 36 0 26 48 19 1C 38 30
Octal 277 167 66 0 46 110 31 34 70 60
Binary 10111111 1110111 110110 0 100110 1001000 11001 11100 111000 110000

Color Harmonies of #BF7736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7736

Black with #BF7736

Text Example


Text Example

White with #BF7736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7736; }

 p { color: rgb(191,119,54); }

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

background-color css

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

 a { background-color: rgb(191,119,54); }

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

border-color css

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

 span { border-color: rgb(191,119,54); }

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