Html Css Color HEX #BFB992 Coriander

📋 copy color: '#BFB992'

red 191 ◦ green 185 ◦ blue 146

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

Shades of Coriander #BFB992

Tints of Coriander #BFB992

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.44%

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

R = 36.59%
G = 35.44%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BFB992 (or 0xBFB992) is known color: Coriander. HEX triplet: BF, B9 and 92. RGB value is (191,185,146). Sum of RGB (Red+Green+Blue) = 191+185+146=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB992 is #40466D. Grayscale: #B6B6B6. Windows color (decimal): -4212334 or 9615807. OLE color: 9615807.

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

Color convert

RGB 191 185 146 -
CMYK 0 0.03 0.24 0.25
HSL 52º 0.26% 0.66% -
HSV(B) 52º 0.24% 0.75% -
XYZ 44.02 47.85 34.11 -
YUV 182.35 107.49 134.17 -
System Red Green Blue C M Y K H S L
Decimal 191 185 146 0 0.03 0.24 0.25 52 0.26 0.66
Hex BF B9 92 0 3 18 19 34 1A 42
Octal 277 271 222 0 3 30 31 64 32 102
Binary 10111111 10111001 10010010 0 11 11000 11001 110100 11010 1000010

Color Harmonies of #BFB992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB992

Black with #BFB992

Text Example


Text Example

White with #BFB992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB992; }

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

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

background-color css

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

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

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

border-color css

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

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

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