Html Css Color HEX #BCB746 Celery

📋 copy color: '#BCB746'

red 188 ◦ green 183 ◦ blue 70

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

Shades of Celery #BCB746

Tints of Celery #BCB746

RGB

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

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

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

R = 42.63%
G = 41.5%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BCB746 (or 0xBCB746) is known color: Celery. HEX triplet: BC, B7 and 46. RGB value is (188,183,70). Sum of RGB (Red+Green+Blue) = 188+183+70=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 70 (27.73% from 255 or 15.87% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB746 is #4348B9. Grayscale: #ACACAC. Windows color (decimal): -4409530 or 4634556. OLE color: 4634556.

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

Color convert

RGB 188 183 70 -
CMYK 0 0.03 0.63 0.26
HSL 57.46º 0.47% 0.51% -
HSV(B) 57.46º 0.63% 0.74% -
XYZ 38.78 45 12.44 -
YUV 171.61 70.66 139.69 -
System Red Green Blue C M Y K H S L
Decimal 188 183 70 0 0.03 0.63 0.26 57.46 0.47 0.51
Hex BC B7 46 0 3 3F 1A 39 2F 33
Octal 274 267 106 0 3 77 32 71 57 63
Binary 10111100 10110111 1000110 0 11 111111 11010 111001 101111 110011

Color Harmonies of #BCB746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB746

Black with #BCB746

Text Example


Text Example

White with #BCB746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB746; }

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

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

background-color css

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

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

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

border-color css

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

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

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