Html Css Color HEX #BFBE48 Celery

📋 copy color: '#BFBE48'

red 191 ◦ green 190 ◦ blue 72

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

Shades of Celery #BFBE48

Tints of Celery #BFBE48

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.94%

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

R = 42.16%
G = 41.94%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BFBE48 (or 0xBFBE48) is known color: Celery. HEX triplet: BF, BE and 48. RGB value is (191,190,72). Sum of RGB (Red+Green+Blue) = 191+190+72=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBE48 is #4041B7. Grayscale: #B1B1B1. Windows color (decimal): -4211128 or 4767423. OLE color: 4767423.

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

Color convert

RGB 191 190 72 -
CMYK 0 0.01 0.62 0.25
HSL 59.5º 0.48% 0.52% -
HSV(B) 59.5º 0.62% 0.75% -
XYZ 41.07 48.37 13.3 -
YUV 176.85 68.83 138.09 -
System Red Green Blue C M Y K H S L
Decimal 191 190 72 0 0.01 0.62 0.25 59.5 0.48 0.52
Hex BF BE 48 0 1 3E 19 3B 30 34
Octal 277 276 110 0 1 76 31 73 60 64
Binary 10111111 10111110 1001000 0 1 111110 11001 111011 110000 110100

Color Harmonies of #BFBE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBE48

Black with #BFBE48

Text Example


Text Example

White with #BFBE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBE48; }

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

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

background-color css

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

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

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

border-color css

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

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

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