Html Css Color HEX #BF433E Chestnut

📋 copy color: '#BF433E'

red 191 ◦ green 67 ◦ blue 62

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

Shades of Chestnut #BF433E

Tints of Chestnut #BF433E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.94%

 BLUE value IS 62 (24.61% from 255) = 19.38%

R = 59.69%
G = 20.94%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF433E (or 0xBF433E) is known color: Chestnut. HEX triplet: BF, 43 and 3E. RGB value is (191,67,62). Sum of RGB (Red+Green+Blue) = 191+67+62=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF433E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF433E is #40BCC1. Grayscale: #676767. Windows color (decimal): -4242626 or 4080575. OLE color: 4080575.

HSL color Cylindrical-coordinate representation of color #BF433E: hue angle of 2.33º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF433E is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 67 62 -
CMYK 0 0.65 0.68 0.25
HSL 2.33º 0.51% 0.5% -
HSV(B) 2.33º 0.68% 0.75% -
XYZ 24.36 15.44 6.25 -
YUV 103.51 104.58 190.41 -
System Red Green Blue C M Y K H S L
Decimal 191 67 62 0 0.65 0.68 0.25 2.33 0.51 0.5
Hex BF 43 3E 0 41 44 19 2 33 32
Octal 277 103 76 0 101 104 31 2 63 62
Binary 10111111 1000011 111110 0 1000001 1000100 11001 10 110011 110010

Color Harmonies of #BF433E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF433E

Black with #BF433E

Text Example


Text Example

White with #BF433E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF433E; }

 p { color: rgb(191,67,62); }

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

background-color css

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

 a { background-color: rgb(191,67,62); }

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

border-color css

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

 span { border-color: rgb(191,67,62); }

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