Html Css Color HEX #BFBA48 Celery

📋 copy color: '#BFBA48'

red 191 ◦ green 186 ◦ blue 72

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

Shades of Celery #BFBA48

Tints of Celery #BFBA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.04%

R = 42.54%
G = 41.43%
B = 16.04%

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

#BFBA48 (or 0xBFBA48) is known color: Celery. HEX triplet: BF, BA and 48. RGB value is (191,186,72). Sum of RGB (Red+Green+Blue) = 191+186+72=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 72 (28.52% from 255 or 16.04% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA48 is #4045B7. Grayscale: #AEAEAE. Windows color (decimal): -4212152 or 4766399. OLE color: 4766399.

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

Color convert

RGB 191 186 72 -
CMYK 0 0.03 0.62 0.25
HSL 57.48º 0.48% 0.52% -
HSV(B) 57.48º 0.62% 0.75% -
XYZ 40.21 46.66 13.02 -
YUV 174.5 70.16 139.77 -
System Red Green Blue C M Y K H S L
Decimal 191 186 72 0 0.03 0.62 0.25 57.48 0.48 0.52
Hex BF BA 48 0 3 3E 19 39 30 34
Octal 277 272 110 0 3 76 31 71 60 64
Binary 10111111 10111010 1001000 0 11 111110 11001 111001 110000 110100

Color Harmonies of #BFBA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA48

Black with #BFBA48

Text Example


Text Example

White with #BFBA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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