Html Css Color HEX #BFBC48 Celery

📋 copy color: '#BFBC48'

red 191 ◦ green 188 ◦ blue 72

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

Shades of Celery #BFBC48

Tints of Celery #BFBC48

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.69%

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

R = 42.35%
G = 41.69%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BFBC48 (or 0xBFBC48) is known color: Celery. HEX triplet: BF, BC and 48. RGB value is (191,188,72). Sum of RGB (Red+Green+Blue) = 191+188+72=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 72 (28.52% from 255 or 15.96% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBC48 is #4043B7. Grayscale: #B0B0B0. Windows color (decimal): -4211640 or 4766911. OLE color: 4766911.

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

Color convert

RGB 191 188 72 -
CMYK 0 0.02 0.62 0.25
HSL 58.49º 0.48% 0.52% -
HSV(B) 58.49º 0.62% 0.75% -
XYZ 40.64 47.51 13.16 -
YUV 175.67 69.49 138.93 -
System Red Green Blue C M Y K H S L
Decimal 191 188 72 0 0.02 0.62 0.25 58.49 0.48 0.52
Hex BF BC 48 0 2 3E 19 3A 30 34
Octal 277 274 110 0 2 76 31 72 60 64
Binary 10111111 10111100 1001000 0 10 111110 11001 111010 110000 110100

Color Harmonies of #BFBC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC48

Black with #BFBC48

Text Example


Text Example

White with #BFBC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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