Html Css Color HEX #B2B705 La Rioja

📋 copy color: '#B2B705'

red 178 ◦ green 183 ◦ blue 5

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

Shades of La Rioja #B2B705

Tints of La Rioja #B2B705

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50%

 BLUE value IS 5 (2.34% from 255) = 1.37%

R = 48.63%
G = 50%
B = 1.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B2B705 (or 0xB2B705) is known color: La Rioja. HEX triplet: B2, B7 and 05. RGB value is (178,183,5). Sum of RGB (Red+Green+Blue) = 178+183+5=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 183 (71.88% from 255 or 50% from 366); Blue value is 5 (2.34% from 255 or 1.37% from 366); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B705 is #4D48FA. Grayscale: #A1A1A1. Windows color (decimal): -5064955 or 374706. OLE color: 374706.

HSL color Cylindrical-coordinate representation of color #B2B705: hue angle of 61.69º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2B705 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 183 5 -
CMYK 0.03 0 0.97 0.28
HSL 61.69º 0.95% 0.37% -
HSV(B) 61.69º 0.97% 0.72% -
XYZ 35.32 43.34 6.65 -
YUV 161.21 39.84 139.97 -
System Red Green Blue C M Y K H S L
Decimal 178 183 5 0.03 0 0.97 0.28 61.69 0.95 0.37
Hex B2 B7 5 3 0 61 1C 3E 5F 25
Octal 262 267 5 3 0 141 34 76 137 45
Binary 10110010 10110111 101 11 0 1100001 11100 111110 1011111 100101

Color Harmonies of #B2B705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B705

Black with #B2B705

Text Example


Text Example

White with #B2B705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B705; }

 p { color: rgb(178,183,5); }

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

background-color css

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

 a { background-color: rgb(178,183,5); }

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

border-color css

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

 span { border-color: rgb(178,183,5); }

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