Html Css Color HEX #BCB302 La Rioja

📋 copy color: '#BCB302'

red 188 ◦ green 179 ◦ blue 2

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

Shades of La Rioja #BCB302

Tints of La Rioja #BCB302

RGB

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

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

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

R = 50.95%
G = 48.51%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BCB302 (or 0xBCB302) is known color: La Rioja. HEX triplet: BC, B3 and 02. RGB value is (188,179,2). Sum of RGB (Red+Green+Blue) = 188+179+2=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 179 (70.31% from 255 or 48.51% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB302 is #434CFD. Grayscale: #A2A2A2. Windows color (decimal): -4410622 or 177084. OLE color: 177084.

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

Color convert

RGB 188 179 2 -
CMYK 0 0.05 0.99 0.26
HSL 57.1º 0.98% 0.37% -
HSV(B) 57.1º 0.99% 0.74% -
XYZ 36.87 42.94 6.4 -
YUV 161.51 37.98 146.89 -
System Red Green Blue C M Y K H S L
Decimal 188 179 2 0 0.05 0.99 0.26 57.1 0.98 0.37
Hex BC B3 2 0 5 63 1A 39 62 25
Octal 274 263 2 0 5 143 32 71 142 45
Binary 10111100 10110011 10 0 101 1100011 11010 111001 1100010 100101

Color Harmonies of #BCB302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB302

Black with #BCB302

Text Example


Text Example

White with #BCB302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB302; }

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

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

background-color css

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

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

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

border-color css

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

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

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