Html Css Color HEX #BFBA83 Coriander

📋 copy color: '#BFBA83'

red 191 ◦ green 186 ◦ blue 131

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

Shades of Coriander #BFBA83

Tints of Coriander #BFBA83

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.61%

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

R = 37.6%
G = 36.61%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BFBA83 (or 0xBFBA83) is known color: Coriander. HEX triplet: BF, BA and 83. RGB value is (191,186,131). Sum of RGB (Red+Green+Blue) = 191+186+131=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 131 (51.56% from 255 or 25.79% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBA83 is #40457C. Grayscale: #B5B5B5. Windows color (decimal): -4212093 or 8633023. OLE color: 8633023.

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

Color convert

RGB 191 186 131 -
CMYK 0 0.03 0.31 0.25
HSL 55º 0.32% 0.63% -
HSV(B) 55º 0.31% 0.75% -
XYZ 43.14 47.83 28.43 -
YUV 181.23 99.66 134.97 -
System Red Green Blue C M Y K H S L
Decimal 191 186 131 0 0.03 0.31 0.25 55 0.32 0.63
Hex BF BA 83 0 3 1F 19 37 20 3F
Octal 277 272 203 0 3 37 31 67 40 77
Binary 10111111 10111010 10000011 0 11 11111 11001 110111 100000 111111

Color Harmonies of #BFBA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA83

Black with #BFBA83

Text Example


Text Example

White with #BFBA83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA83; }

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

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

background-color css

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

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

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

border-color css

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

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

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