Html Css Color HEX #BCB800 La Rioja

📋 copy color: '#BCB800'

red 188 ◦ green 184 ◦ blue 0

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

Shades of La Rioja #BCB800

Tints of La Rioja #BCB800

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.46%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.54%
G = 49.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BCB800 (or 0xBCB800) is known color: La Rioja. HEX triplet: BC, B8 and 00. RGB value is (188,184,0). Sum of RGB (Red+Green+Blue) = 188+184+0=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 184 (72.27% from 255 or 49.46% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB800 is #4347FF. Grayscale: #A4A4A4. Windows color (decimal): -4409344 or 47292. OLE color: 47292.

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

Color convert

RGB 188 184 0 -
CMYK 0 0.02 1 0.26
HSL 58.72º 1% 0.37% -
HSV(B) 58.72º 1% 0.74% -
XYZ 37.88 44.97 6.68 -
YUV 164.22 35.33 144.96 -
System Red Green Blue C M Y K H S L
Decimal 188 184 0 0 0.02 1 0.26 58.72 1 0.37
Hex BC B8 0 0 2 64 1A 3B 64 25
Octal 274 270 0 0 2 144 32 73 144 45
Binary 10111100 10111000 0 0 10 1100100 11010 111011 1100100 100101

Color Harmonies of #BCB800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB800

Black with #BCB800

Text Example


Text Example

White with #BCB800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB800; }

 p { color: rgb(188,184,0); }

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

background-color css

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

 a { background-color: rgb(188,184,0); }

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

border-color css

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

 span { border-color: rgb(188,184,0); }

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