Html Css Color HEX #BCB000 La Rioja

📋 copy color: '#BCB000'

red 188 ◦ green 176 ◦ blue 0

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

Shades of La Rioja #BCB000

Tints of La Rioja #BCB000

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.35%

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

R = 51.65%
G = 48.35%
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

#BCB000 (or 0xBCB000) is known color: La Rioja. HEX triplet: BC, B0 and 00. RGB value is (188,176,0). Sum of RGB (Red+Green+Blue) = 188+176+0=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 176 (69.14% from 255 or 48.35% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB000 is #434FFF. Grayscale: #A0A0A0. Windows color (decimal): -4411392 or 45244. OLE color: 45244.

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

Color convert

RGB 188 176 0 -
CMYK 0 0.06 1 0.26
HSL 56.17º 1% 0.37% -
HSV(B) 56.17º 1% 0.74% -
XYZ 36.26 41.74 6.15 -
YUV 159.52 37.98 148.31 -
System Red Green Blue C M Y K H S L
Decimal 188 176 0 0 0.06 1 0.26 56.17 1 0.37
Hex BC B0 0 0 6 64 1A 38 64 25
Octal 274 260 0 0 6 144 32 70 144 45
Binary 10111100 10110000 0 0 110 1100100 11010 111000 1100100 100101

Color Harmonies of #BCB000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB000

Black with #BCB000

Text Example


Text Example

White with #BCB000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB000; }

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

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

background-color css

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

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

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

border-color css

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

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

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