Html Css Color HEX #BFB28C Chino

📋 copy color: '#BFB28C'

red 191 ◦ green 178 ◦ blue 140

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

Shades of Chino #BFB28C

Tints of Chino #BFB28C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.97%

 BLUE value IS 140 (55.08% from 255) = 27.5%

R = 37.52%
G = 34.97%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BFB28C (or 0xBFB28C) is known color: Chino. HEX triplet: BF, B2 and 8C. RGB value is (191,178,140). Sum of RGB (Red+Green+Blue) = 191+178+140=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB28C is #404D73. Grayscale: #B1B1B1. Windows color (decimal): -4214132 or 9220799. OLE color: 9220799.

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

Color convert

RGB 191 178 140 -
CMYK 0 0.07 0.27 0.25
HSL 44.71º 0.28% 0.65% -
HSV(B) 44.71º 0.27% 0.75% -
XYZ 42.14 44.81 31.24 -
YUV 177.56 106.81 137.59 -
System Red Green Blue C M Y K H S L
Decimal 191 178 140 0 0.07 0.27 0.25 44.71 0.28 0.65
Hex BF B2 8C 0 7 1B 19 2D 1C 41
Octal 277 262 214 0 7 33 31 55 34 101
Binary 10111111 10110010 10001100 0 111 11011 11001 101101 11100 1000001

Color Harmonies of #BFB28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB28C

Black with #BFB28C

Text Example


Text Example

White with #BFB28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB28C; }

 p { color: rgb(191,178,140); }

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

background-color css

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

 a { background-color: rgb(191,178,140); }

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

border-color css

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

 span { border-color: rgb(191,178,140); }

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