Html Css Color HEX #BCB002 La Rioja

📋 copy color: '#BCB002'

red 188 ◦ green 176 ◦ blue 2

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

Shades of La Rioja #BCB002

Tints of La Rioja #BCB002

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.09%

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

R = 51.37%
G = 48.09%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BCB002 (or 0xBCB002) is known color: La Rioja. HEX triplet: BC, B0 and 02. RGB value is (188,176,2). Sum of RGB (Red+Green+Blue) = 188+176+2=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 176 (69.14% from 255 or 48.09% from 366); Blue value is 2 (1.17% from 255 or 0.55% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB002 is #434FFD. Grayscale: #A0A0A0. Windows color (decimal): -4411390 or 176316. OLE color: 176316.

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

Color convert

RGB 188 176 2 -
CMYK 0 0.06 0.99 0.26
HSL 56.13º 0.98% 0.37% -
HSV(B) 56.13º 0.99% 0.74% -
XYZ 36.28 41.75 6.2 -
YUV 159.75 38.98 148.15 -
System Red Green Blue C M Y K H S L
Decimal 188 176 2 0 0.06 0.99 0.26 56.13 0.98 0.37
Hex BC B0 2 0 6 63 1A 38 62 25
Octal 274 260 2 0 6 143 32 70 142 45
Binary 10111100 10110000 10 0 110 1100011 11010 111000 1100010 100101

Color Harmonies of #BCB002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB002

Black with #BCB002

Text Example


Text Example

White with #BCB002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB002; }

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

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

background-color css

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

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

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

border-color css

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

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

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