Html Css Color HEX #BFB692 Coriander

📋 copy color: '#BFB692'

red 191 ◦ green 182 ◦ blue 146

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

Shades of Coriander #BFB692

Tints of Coriander #BFB692

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.07%

 BLUE value IS 146 (57.42% from 255) = 28.13%

R = 36.8%
G = 35.07%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BFB692 (or 0xBFB692) is known color: Coriander. HEX triplet: BF, B6 and 92. RGB value is (191,182,146). Sum of RGB (Red+Green+Blue) = 191+182+146=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB692 is #40496D. Grayscale: #B4B4B4. Windows color (decimal): -4213102 or 9615039. OLE color: 9615039.

HSL color Cylindrical-coordinate representation of color #BFB692: hue angle of 48º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFB692 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 182 146 -
CMYK 0 0.05 0.24 0.25
HSL 48º 0.26% 0.66% -
HSV(B) 48º 0.24% 0.75% -
XYZ 43.4 46.61 33.9 -
YUV 180.59 108.48 135.43 -
System Red Green Blue C M Y K H S L
Decimal 191 182 146 0 0.05 0.24 0.25 48 0.26 0.66
Hex BF B6 92 0 5 18 19 30 1A 42
Octal 277 266 222 0 5 30 31 60 32 102
Binary 10111111 10110110 10010010 0 101 11000 11001 110000 11010 1000010

Color Harmonies of #BFB692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB692

Black with #BFB692

Text Example


Text Example

White with #BFB692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB692; }

 p { color: rgb(191,182,146); }

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

background-color css

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

 a { background-color: rgb(191,182,146); }

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

border-color css

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

 span { border-color: rgb(191,182,146); }

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