Html Css Color HEX #BCB100 La Rioja

📋 copy color: '#BCB100'

red 188 ◦ green 177 ◦ blue 0

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

Shades of La Rioja #BCB100

Tints of La Rioja #BCB100

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.49%

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

R = 51.51%
G = 48.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BCB100 (or 0xBCB100) is known color: La Rioja. HEX triplet: BC, B1 and 00. RGB value is (188,177,0). Sum of RGB (Red+Green+Blue) = 188+177+0=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB100 is #434EFF. Grayscale: #A0A0A0. Windows color (decimal): -4411136 or 45500. OLE color: 45500.

HSL color Cylindrical-coordinate representation of color #BCB100: hue angle of 56.49º 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 #BCB100 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 177 0 -
CMYK 0 0.06 1 0.26
HSL 56.49º 1% 0.37% -
HSV(B) 56.49º 1% 0.74% -
XYZ 36.46 42.14 6.21 -
YUV 160.11 37.64 147.89 -
System Red Green Blue C M Y K H S L
Decimal 188 177 0 0 0.06 1 0.26 56.49 1 0.37
Hex BC B1 0 0 6 64 1A 38 64 25
Octal 274 261 0 0 6 144 32 70 144 45
Binary 10111100 10110001 0 0 110 1100100 11010 111000 1100100 100101

Color Harmonies of #BCB100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB100

Black with #BCB100

Text Example


Text Example

White with #BCB100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB100; }

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

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

background-color css

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

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

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

border-color css

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

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

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