Html Css Color HEX #BCB300 La Rioja

📋 copy color: '#BCB300'

red 188 ◦ green 179 ◦ blue 0

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

Shades of La Rioja #BCB300

Tints of La Rioja #BCB300

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.77%

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

R = 51.23%
G = 48.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BCB300 (or 0xBCB300) is known color: La Rioja. HEX triplet: BC, B3 and 00. RGB value is (188,179,0). Sum of RGB (Red+Green+Blue) = 188+179+0=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 179 (70.31% from 255 or 48.77% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB300 is #434CFF. Grayscale: #A2A2A2. Windows color (decimal): -4410624 or 46012. OLE color: 46012.

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

Color convert

RGB 188 179 0 -
CMYK 0 0.05 1 0.26
HSL 57.13º 1% 0.37% -
HSV(B) 57.13º 1% 0.74% -
XYZ 36.86 42.93 6.34 -
YUV 161.29 36.98 147.05 -
System Red Green Blue C M Y K H S L
Decimal 188 179 0 0 0.05 1 0.26 57.13 1 0.37
Hex BC B3 0 0 5 64 1A 39 64 25
Octal 274 263 0 0 5 144 32 71 144 45
Binary 10111100 10110011 0 0 101 1100100 11010 111001 1100100 100101

Color Harmonies of #BCB300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB300

Black with #BCB300

Text Example


Text Example

White with #BCB300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB300; }

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

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

background-color css

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

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

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

border-color css

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

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

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