Html Css Color HEX #BCB207 La Rioja

📋 copy color: '#BCB207'

red 188 ◦ green 178 ◦ blue 7

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

Shades of La Rioja #BCB207

Tints of La Rioja #BCB207

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.72%

 BLUE value IS 7 (3.13% from 255) = 1.88%

R = 50.4%
G = 47.72%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BCB207 (or 0xBCB207) is known color: La Rioja. HEX triplet: BC, B2 and 07. RGB value is (188,178,7). Sum of RGB (Red+Green+Blue) = 188+178+7=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 178 (69.92% from 255 or 47.72% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB207 is #434DF8. Grayscale: #A2A2A2. Windows color (decimal): -4410873 or 504508. OLE color: 504508.

HSL color Cylindrical-coordinate representation of color #BCB207: hue angle of 56.69º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCB207 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 178 7 -
CMYK 0 0.05 0.96 0.26
HSL 56.69º 0.93% 0.38% -
HSV(B) 56.69º 0.96% 0.74% -
XYZ 36.7 42.55 6.48 -
YUV 161.5 40.81 146.9 -
System Red Green Blue C M Y K H S L
Decimal 188 178 7 0 0.05 0.96 0.26 56.69 0.93 0.38
Hex BC B2 7 0 5 60 1A 39 5D 26
Octal 274 262 7 0 5 140 32 71 135 46
Binary 10111100 10110010 111 0 101 1100000 11010 111001 1011101 100110

Color Harmonies of #BCB207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB207

Black with #BCB207

Text Example


Text Example

White with #BCB207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB207; }

 p { color: rgb(188,178,7); }

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

background-color css

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

 a { background-color: rgb(188,178,7); }

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

border-color css

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

 span { border-color: rgb(188,178,7); }

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