Html Css Color HEX #BCB749 Celery

📋 copy color: '#BCB749'

red 188 ◦ green 183 ◦ blue 73

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

Shades of Celery #BCB749

Tints of Celery #BCB749

RGB

 RED value IS 188 (73.83% from 255) = 42.34%

 GREEN value IS 183 (71.88% from 255) = 41.22%

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

R = 42.34%
G = 41.22%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BCB749 (or 0xBCB749) is known color: Celery. HEX triplet: BC, B7 and 49. RGB value is (188,183,73). Sum of RGB (Red+Green+Blue) = 188+183+73=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB749 is #4348B6. Grayscale: #ACACAC. Windows color (decimal): -4409527 or 4831164. OLE color: 4831164.

HSL color Cylindrical-coordinate representation of color #BCB749: hue angle of 57.39º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCB749 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 183 73 -
CMYK 0 0.03 0.61 0.26
HSL 57.39º 0.46% 0.51% -
HSV(B) 57.39º 0.61% 0.74% -
XYZ 38.88 45.04 12.95 -
YUV 171.96 72.16 139.44 -
System Red Green Blue C M Y K H S L
Decimal 188 183 73 0 0.03 0.61 0.26 57.39 0.46 0.51
Hex BC B7 49 0 3 3D 1A 39 2E 33
Octal 274 267 111 0 3 75 32 71 56 63
Binary 10111100 10110111 1001001 0 11 111101 11010 111001 101110 110011

Color Harmonies of #BCB749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB749

Black with #BCB749

Text Example


Text Example

White with #BCB749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB749; }

 p { color: rgb(188,183,73); }

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

background-color css

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

 a { background-color: rgb(188,183,73); }

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

border-color css

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

 span { border-color: rgb(188,183,73); }

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