Html Css Color HEX #BFBA47 Celery

📋 copy color: '#BFBA47'

red 191 ◦ green 186 ◦ blue 71

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

Shades of Celery #BFBA47

Tints of Celery #BFBA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.85%

R = 42.63%
G = 41.52%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BFBA47 (or 0xBFBA47) is known color: Celery. HEX triplet: BF, BA and 47. RGB value is (191,186,71). Sum of RGB (Red+Green+Blue) = 191+186+71=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 71 (28.12% from 255 or 15.85% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA47 is #4045B8. Grayscale: #AEAEAE. Windows color (decimal): -4212153 or 4700863. OLE color: 4700863.

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

Color convert

RGB 191 186 71 -
CMYK 0 0.03 0.63 0.25
HSL 57.5º 0.48% 0.51% -
HSV(B) 57.5º 0.63% 0.75% -
XYZ 40.18 46.65 12.85 -
YUV 174.39 69.66 139.85 -
System Red Green Blue C M Y K H S L
Decimal 191 186 71 0 0.03 0.63 0.25 57.5 0.48 0.51
Hex BF BA 47 0 3 3F 19 3A 30 33
Octal 277 272 107 0 3 77 31 72 60 63
Binary 10111111 10111010 1000111 0 11 111111 11001 111010 110000 110011

Color Harmonies of #BFBA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA47

Black with #BFBA47

Text Example


Text Example

White with #BFBA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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