Html Css Color HEX #B2B907 La Rioja

📋 copy color: '#B2B907'

red 178 ◦ green 185 ◦ blue 7

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

Shades of La Rioja #B2B907

Tints of La Rioja #B2B907

RGB

 RED value IS 178 (69.92% from 255) = 48.11%

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

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

R = 48.11%
G = 50%
B = 1.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B2B907 (or 0xB2B907) is known color: La Rioja. HEX triplet: B2, B9 and 07. RGB value is (178,185,7). Sum of RGB (Red+Green+Blue) = 178+185+7=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 7 (3.12% from 255 or 1.89% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B907 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B907 is #4D46F8. Grayscale: #A3A3A3. Windows color (decimal): -5064441 or 506290. OLE color: 506290.

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

Color convert

RGB 178 185 7 -
CMYK 0.04 0 0.96 0.27
HSL 62.36º 0.93% 0.38% -
HSV(B) 62.36º 0.96% 0.73% -
XYZ 35.75 44.18 6.84 -
YUV 162.62 40.18 138.97 -
System Red Green Blue C M Y K H S L
Decimal 178 185 7 0.04 0 0.96 0.27 62.36 0.93 0.38
Hex B2 B9 7 4 0 60 1B 3E 5D 26
Octal 262 271 7 4 0 140 33 76 135 46
Binary 10110010 10111001 111 100 0 1100000 11011 111110 1011101 100110

Color Harmonies of #B2B907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B907

Black with #B2B907

Text Example


Text Example

White with #B2B907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B907; }

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

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

background-color css

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

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

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

border-color css

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

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

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