Html Css Color HEX #BCB947 Celery

📋 copy color: '#BCB947'

red 188 ◦ green 185 ◦ blue 71

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

Shades of Celery #BCB947

Tints of Celery #BCB947

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.67%

 BLUE value IS 71 (28.13% from 255) = 15.99%

R = 42.34%
G = 41.67%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BCB947 (or 0xBCB947) is known color: Celery. HEX triplet: BC, B9 and 47. RGB value is (188,185,71). Sum of RGB (Red+Green+Blue) = 188+185+71=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 71 (28.12% from 255 or 15.99% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB947 is #4346B8. Grayscale: #ADADAD. Windows color (decimal): -4409017 or 4700604. OLE color: 4700604.

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

Color convert

RGB 188 185 71 -
CMYK 0 0.02 0.62 0.26
HSL 58.46º 0.47% 0.51% -
HSV(B) 58.46º 0.62% 0.74% -
XYZ 39.23 45.84 12.74 -
YUV 172.9 70.49 138.77 -
System Red Green Blue C M Y K H S L
Decimal 188 185 71 0 0.02 0.62 0.26 58.46 0.47 0.51
Hex BC B9 47 0 2 3E 1A 3A 2F 33
Octal 274 271 107 0 2 76 32 72 57 63
Binary 10111100 10111001 1000111 0 10 111110 11010 111010 101111 110011

Color Harmonies of #BCB947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB947

Black with #BCB947

Text Example


Text Example

White with #BCB947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB947; }

 p { color: rgb(188,185,71); }

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

background-color css

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

 a { background-color: rgb(188,185,71); }

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

border-color css

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

 span { border-color: rgb(188,185,71); }

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