Html Css Color HEX #BCB600 La Rioja

📋 copy color: '#BCB600'

red 188 ◦ green 182 ◦ blue 0

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

Shades of La Rioja #BCB600

Tints of La Rioja #BCB600

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.19%

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

R = 50.81%
G = 49.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BCB600 (or 0xBCB600) is known color: La Rioja. HEX triplet: BC, B6 and 00. RGB value is (188,182,0). Sum of RGB (Red+Green+Blue) = 188+182+0=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB600 is #4349FF. Grayscale: #A3A3A3. Windows color (decimal): -4409856 or 46780. OLE color: 46780.

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

Color convert

RGB 188 182 0 -
CMYK 0 0.03 1 0.26
HSL 58.09º 1% 0.37% -
HSV(B) 58.09º 1% 0.74% -
XYZ 37.47 44.15 6.55 -
YUV 163.05 35.99 145.8 -
System Red Green Blue C M Y K H S L
Decimal 188 182 0 0 0.03 1 0.26 58.09 1 0.37
Hex BC B6 0 0 3 64 1A 3A 64 25
Octal 274 266 0 0 3 144 32 72 144 45
Binary 10111100 10110110 0 0 11 1100100 11010 111010 1100100 100101

Color Harmonies of #BCB600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB600

Black with #BCB600

Text Example


Text Example

White with #BCB600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB600; }

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

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

background-color css

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

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

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

border-color css

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

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

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