Html Css Color HEX #BFB849 Celery

📋 copy color: '#BFB849'

red 191 ◦ green 184 ◦ blue 73

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

Shades of Celery #BFB849

Tints of Celery #BFB849

RGB

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

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

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

R = 42.63%
G = 41.07%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BFB849 (or 0xBFB849) is known color: Celery. HEX triplet: BF, B8 and 49. RGB value is (191,184,73). Sum of RGB (Red+Green+Blue) = 191+184+73=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 73 (28.91% from 255 or 16.29% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB849 is #4047B6. Grayscale: #ADADAD. Windows color (decimal): -4212663 or 4831423. OLE color: 4831423.

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

Color convert

RGB 191 184 73 -
CMYK 0 0.04 0.62 0.25
HSL 56.44º 0.48% 0.52% -
HSV(B) 56.44º 0.62% 0.75% -
XYZ 39.83 45.84 13.05 -
YUV 173.44 71.32 140.53 -
System Red Green Blue C M Y K H S L
Decimal 191 184 73 0 0.04 0.62 0.25 56.44 0.48 0.52
Hex BF B8 49 0 4 3E 19 38 30 34
Octal 277 270 111 0 4 76 31 70 60 64
Binary 10111111 10111000 1001001 0 100 111110 11001 111000 110000 110100

Color Harmonies of #BFB849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB849

Black with #BFB849

Text Example


Text Example

White with #BFB849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB849; }

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

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

background-color css

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

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

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

border-color css

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

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

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