Html Css Color HEX #BFB883 Coriander

📋 copy color: '#BFB883'

red 191 ◦ green 184 ◦ blue 131

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

Shades of Coriander #BFB883

Tints of Coriander #BFB883

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.36%

 BLUE value IS 131 (51.56% from 255) = 25.89%

R = 37.75%
G = 36.36%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BFB883 (or 0xBFB883) is known color: Coriander. HEX triplet: BF, B8 and 83. RGB value is (191,184,131). Sum of RGB (Red+Green+Blue) = 191+184+131=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB883 is #40477C. Grayscale: #B4B4B4. Windows color (decimal): -4212605 or 8632511. OLE color: 8632511.

HSL color Cylindrical-coordinate representation of color #BFB883: hue angle of 53º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFB883 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 184 131 -
CMYK 0 0.04 0.31 0.25
HSL 53º 0.32% 0.63% -
HSV(B) 53º 0.31% 0.75% -
XYZ 42.72 47 28.29 -
YUV 180.05 100.32 135.81 -
System Red Green Blue C M Y K H S L
Decimal 191 184 131 0 0.04 0.31 0.25 53 0.32 0.63
Hex BF B8 83 0 4 1F 19 35 20 3F
Octal 277 270 203 0 4 37 31 65 40 77
Binary 10111111 10111000 10000011 0 100 11111 11001 110101 100000 111111

Color Harmonies of #BFB883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB883

Black with #BFB883

Text Example


Text Example

White with #BFB883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB883; }

 p { color: rgb(191,184,131); }

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

background-color css

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

 a { background-color: rgb(191,184,131); }

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

border-color css

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

 span { border-color: rgb(191,184,131); }

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