Html Css Color HEX #BFBA49 Celery

📋 copy color: '#BFBA49'

red 191 ◦ green 186 ◦ blue 73

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

Shades of Celery #BFBA49

Tints of Celery #BFBA49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.22%

R = 42.44%
G = 41.33%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BFBA49 (or 0xBFBA49) is known color: Celery. HEX triplet: BF, BA and 49. RGB value is (191,186,73). Sum of RGB (Red+Green+Blue) = 191+186+73=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 73 (28.91% from 255 or 16.22% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA49 is #4045B6. Grayscale: #AFAFAF. Windows color (decimal): -4212151 or 4831935. OLE color: 4831935.

HSL color Cylindrical-coordinate representation of color #BFBA49: hue angle of 57.46º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFBA49 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 186 73 -
CMYK 0 0.03 0.62 0.25
HSL 57.46º 0.48% 0.52% -
HSV(B) 57.46º 0.62% 0.75% -
XYZ 40.25 46.68 13.19 -
YUV 174.61 70.66 139.69 -
System Red Green Blue C M Y K H S L
Decimal 191 186 73 0 0.03 0.62 0.25 57.46 0.48 0.52
Hex BF BA 49 0 3 3E 19 39 30 34
Octal 277 272 111 0 3 76 31 71 60 64
Binary 10111111 10111010 1001001 0 11 111110 11001 111001 110000 110100

Color Harmonies of #BFBA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA49

Black with #BFBA49

Text Example


Text Example

White with #BFBA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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