Html Css Color HEX #BCB700 La Rioja

📋 copy color: '#BCB700'

red 188 ◦ green 183 ◦ blue 0

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

Shades of La Rioja #BCB700

Tints of La Rioja #BCB700

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.33%

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

R = 50.67%
G = 49.33%
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

#BCB700 (or 0xBCB700) is known color: La Rioja. HEX triplet: BC, B7 and 00. RGB value is (188,183,0). Sum of RGB (Red+Green+Blue) = 188+183+0=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB700 is #4348FF. Grayscale: #A4A4A4. Windows color (decimal): -4409600 or 47036. OLE color: 47036.

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

Color convert

RGB 188 183 0 -
CMYK 0 0.03 1 0.26
HSL 58.4º 1% 0.37% -
HSV(B) 58.4º 1% 0.74% -
XYZ 37.67 44.56 6.62 -
YUV 163.63 35.66 145.38 -
System Red Green Blue C M Y K H S L
Decimal 188 183 0 0 0.03 1 0.26 58.4 1 0.37
Hex BC B7 0 0 3 64 1A 3A 64 25
Octal 274 267 0 0 3 144 32 72 144 45
Binary 10111100 10110111 0 0 11 1100100 11010 111010 1100100 100101

Color Harmonies of #BCB700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB700

Black with #BCB700

Text Example


Text Example

White with #BCB700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB700; }

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

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

background-color css

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

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

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

border-color css

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

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

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