Html Css Color HEX #BFB78A Coriander

📋 copy color: '#BFB78A'

red 191 ◦ green 183 ◦ blue 138

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

Shades of Coriander #BFB78A

Tints of Coriander #BFB78A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.74%

 BLUE value IS 138 (54.3% from 255) = 26.95%

R = 37.3%
G = 35.74%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BFB78A (or 0xBFB78A) is known color: Coriander. HEX triplet: BF, B7 and 8A. RGB value is (191,183,138). Sum of RGB (Red+Green+Blue) = 191+183+138=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB78A is #404875. Grayscale: #B4B4B4. Windows color (decimal): -4212854 or 9091007. OLE color: 9091007.

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

Color convert

RGB 191 183 138 -
CMYK 0 0.04 0.28 0.25
HSL 50.94º 0.29% 0.65% -
HSV(B) 50.94º 0.28% 0.75% -
XYZ 43.01 46.78 30.81 -
YUV 180.26 104.15 135.66 -
System Red Green Blue C M Y K H S L
Decimal 191 183 138 0 0.04 0.28 0.25 50.94 0.29 0.65
Hex BF B7 8A 0 4 1C 19 33 1D 41
Octal 277 267 212 0 4 34 31 63 35 101
Binary 10111111 10110111 10001010 0 100 11100 11001 110011 11101 1000001

Color Harmonies of #BFB78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB78A

Black with #BFB78A

Text Example


Text Example

White with #BFB78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB78A; }

 p { color: rgb(191,183,138); }

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

background-color css

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

 a { background-color: rgb(191,183,138); }

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

border-color css

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

 span { border-color: rgb(191,183,138); }

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