Html Css Color HEX #BFBB46 Celery

📋 copy color: '#BFBB46'

red 191 ◦ green 187 ◦ blue 70

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

Shades of Celery #BFBB46

Tints of Celery #BFBB46

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.74%

 BLUE value IS 70 (27.73% from 255) = 15.63%

R = 42.63%
G = 41.74%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BFBB46 (or 0xBFBB46) is known color: Celery. HEX triplet: BF, BB and 46. RGB value is (191,187,70). Sum of RGB (Red+Green+Blue) = 191+187+70=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 70 (27.73% from 255 or 15.62% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBB46 is #4044B9. Grayscale: #AFAFAF. Windows color (decimal): -4211898 or 4635583. OLE color: 4635583.

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

Color convert

RGB 191 187 70 -
CMYK 0 0.02 0.63 0.25
HSL 58.02º 0.49% 0.51% -
HSV(B) 58.02º 0.63% 0.75% -
XYZ 40.36 47.06 12.75 -
YUV 174.86 68.83 139.51 -
System Red Green Blue C M Y K H S L
Decimal 191 187 70 0 0.02 0.63 0.25 58.02 0.49 0.51
Hex BF BB 46 0 2 3F 19 3A 31 33
Octal 277 273 106 0 2 77 31 72 61 63
Binary 10111111 10111011 1000110 0 10 111111 11001 111010 110001 110011

Color Harmonies of #BFBB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB46

Black with #BFBB46

Text Example


Text Example

White with #BFBB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB46; }

 p { color: rgb(191,187,70); }

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

background-color css

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

 a { background-color: rgb(191,187,70); }

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

border-color css

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

 span { border-color: rgb(191,187,70); }

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