Html Css Color HEX #BCB902 La Rioja

📋 copy color: '#BCB902'

red 188 ◦ green 185 ◦ blue 2

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

Shades of La Rioja #BCB902

Tints of La Rioja #BCB902

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.33%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 50.13%
G = 49.33%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BCB902 (or 0xBCB902) is known color: La Rioja. HEX triplet: BC, B9 and 02. RGB value is (188,185,2). Sum of RGB (Red+Green+Blue) = 188+185+2=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 2 (1.17% from 255 or 0.53% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB902 is #4346FD. Grayscale: #A5A5A5. Windows color (decimal): -4409086 or 178620. OLE color: 178620.

HSL color Cylindrical-coordinate representation of color #BCB902: hue angle of 59.03º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCB902 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 185 2 -
CMYK 0 0.02 0.99 0.26
HSL 59.03º 0.98% 0.37% -
HSV(B) 59.03º 0.99% 0.74% -
XYZ 38.1 45.39 6.81 -
YUV 165.04 35.99 144.38 -
System Red Green Blue C M Y K H S L
Decimal 188 185 2 0 0.02 0.99 0.26 59.03 0.98 0.37
Hex BC B9 2 0 2 63 1A 3B 62 25
Octal 274 271 2 0 2 143 32 73 142 45
Binary 10111100 10111001 10 0 10 1100011 11010 111011 1100010 100101

Color Harmonies of #BCB902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB902

Black with #BCB902

Text Example


Text Example

White with #BCB902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB902; }

 p { color: rgb(188,185,2); }

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

background-color css

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

 a { background-color: rgb(188,185,2); }

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

border-color css

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

 span { border-color: rgb(188,185,2); }

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